Angular.js best practice?

notarypublic

New Member
Learning Angular.js for a few projects, but I'm finding the learning curve starts to get pretty steep as the apps become more complicated.

Here is a UI module I've been building. I've used CSS3 animations where applicable, and jQuery for some vertical scrolling.

It's very functional and all, but the more I'm learning Angular the more I think I'm not doing things 'the Angular way.'
 
I found angualr to be more of a PITA then it was worth. If your looking for a MVC library. Take a peek at Ember. I found it much more understandable ( I already had a grasp on handelbars which may have helped).
 
Top