Live data from Hacker News

AngularJS Learning Resources

github.com

41–44 of 44 posts

Re: AngularJS Learning Resources

#41

Please, please, please don't forget about the Angular UI and their ui-router!! The first project I was working on had several complex nested views and this little piece of software made my life sooooo much easier. I wasted so much time trying to find a resource about how to handle nested views. Hopefully this will save someone else some time in the future. Angular UI Router: https://github.com/angular-ui/ui-router

+! for router, couldn't live without it. We use it here: http://brandid.github.io/parse-angular-demo/

Re: AngularJS Learning Resources

#43
post #36

So I was finally freeing up sometime to learn some frontend dev. Was going to focus on bootstrap. But would angular be better? I'm trying to build up a toolset to rapidly build admin sections for services I work on which don't typically have users in the traditional sense.

Bootstrap= css + some javascript widgets

Angularjs = a very opinionated MVVM framework for web client applications ( think gmail , google reader , ... )

Re: AngularJS Learning Resources

#44
post #36

So I was finally freeing up sometime to learn some frontend dev. Was going to focus on bootstrap. But would angular be better? I'm trying to build up a toolset to rapidly build admin sections for services I work on which don't typically have users in the traditional sense.

Oops. I meant to say Backbone not Bootstrap!! It was Backbone on my todo list, but Angular seems to be getting all the attention now.
Post reply on HN