Hacker News new | ask | show | jobs
by taude 4585 days ago
EDIT: whoops, I was answering about Knockout vs Angular here, not Ember.

I think it's actually easier in angular, because you can set the ng-app parameter at the point in the DOM tree you want to bind to the Angular portion of the app. (ng-app is similar to ko.applyBindings, except that unlike KO, with Angular don't have to worry about having parent DOM bindings clash with child DOM binding applications.).