Angular.js
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: Angular.js is a popular JavaScript framework which focuses on testability (being driven by Mr. Hevery) and separation of model from the actual [[H...)
Next diff →
Revision as of 09:08, 30 April 2013
Angular.js is a popular JavaScript framework which focuses on testability (being driven by Mr. Hevery) and separation of model from the actual HTML (just like Knockout.js does).
While Knockout.js is focused and lightweight framework, Angular.js tries to solve everything (sort of like Spring in Java) - you either need to use it all, or none. As a result the Bck2Brwsr project decided to use Knockout.js.