Skip to content

Releases: mikkark/SalaryCalculationApp

No more Angular routing service

25 Feb 06:00
Compare
Choose a tag to compare
Pre-release

I dropped Angular routing service and deep linking and decided to go with a more CSS/Custom Javascript oriented way of providing a full desktop and a mobile view of the application using the same partial views. It works pretty well, although a few UI bugs are still present. This will, however, form the basis on which the rest of the app will be built (at least until I stumble upon other interesting techniques :)

Version with Angular state service (ui-router package)

17 Feb 05:28
Compare
Choose a tag to compare

This is my first ever Github release :) The version is still in architectural envisioning phase, so not a lot is working here. I am trying to come up with a solution to scale from a large desktop app to a single-page app on mobile devices but I am having difficulties in creating just the desktop version! The point I am trying to get at is that I would be able to use the same partials and their controllers independent of the context they are in.