> The DOM was filled with things like “ng-click” which reminded me of the spaghetti age of HTML and Javascript.<p>This was actually my biggest complaint, and still is even after learning to use Angular and Backbone. It always feels like I'm conflating view rendering with data binding, when in my mind those are two separate concerns. Lately I've been playing around with Facebook's React, which feels a lot more like traditional view rendering (but in a refreshing way).