Can anyone share how does it compare to knockout.js? Coming from a .net winforms background, the knockout.js seems more 'home' for me (similar to the databinding in winforms), whereas there is a lot of 'new' concepts in Angular.js and I'm kind of lost in their tutorial...
It weights more than KO but also does a lot more. The 2 way databinding is easier than KO (don't need observable/computed, just simple JS objects).
Since I've tried Angular I've not used KO on any new project.