You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This latest release of the Angular Fullstack Generator incorporates a number of new additions from Generator Angular, most notably is the use of grunt-bower-install for dependency management. Now most dependencies installed with bower will automatically be added to your index file!
There's also the addition of the navbar and navbar controller to the starting template. This helps reduce boilerplate for a common use case, but will also be helpful in later additions we'll be making to the generator.
Bug Fixes
app:
only copy CSS if Compass is not installed (7e586745)
services use classified names (56a71a83, closes #484)