Thanks for the post - I regularly use a lot of these, and I'm a big fan of ng-bind attribute over the <div>{{ thing }}</div> approach.<p>Things that really caught my eye:<p>- ng-list: sounds very useful for user forms, tagging, etc<p>- ng-switch: I dont know how many times I've used ng-show to replicate this functionality. Thank you!
ui-view does indeed look quite interesting. but the description didn't really explain it for me.<p>a simplified description is that its a router for multiple-panes. where different related states can make use of inheritance.<p><a href="http://txt.fliglio.com/2013/05/angularjs-state-management-with-ui-router/" rel="nofollow">http://txt.fliglio.com/2013/05/angularjs-state-management-wi...</a><p><a href="http://jsfiddle.net/benschwartz/LhydD/" rel="nofollow">http://jsfiddle.net/benschwartz/LhydD/</a>