AngularJS for jQuery Developers | Art & Logic Blog - 0 views
-
Angular does not treat HTML or JavaScript as a bug that needs to be fixed
-
JavaScript code treats DOM in an imperative manner: take this node and that attribute, look at its value, do this or that.
-
Direct manipulation of the DOM is not only unnecessary, it is discouraged in the Angular approach.
- ...11 more annotations...