Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(guide/introduction): use durandal as an example of a framework
Browse files Browse the repository at this point in the history
To me knockout is a library that does data binding well.
Durandal is a framework that uses knockout as it's data binding component.
  • Loading branch information
edhedges authored and btford committed Jun 26, 2014
1 parent d1cd677 commit 32cb40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/introduction.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The impedance mismatch between dynamic applications and static documents is ofte
in charge and it calls into the library when it sees fit. E.g., `jQuery`.
* **frameworks** - a particular implementation of a web application, where your code fills in
the details. The framework is in charge and it calls into your code when it needs something
app specific. E.g., `knockout`, `ember`, etc.
app specific. E.g., `durandal`, `ember`, etc.


Angular takes another approach. It attempts to minimize the impedance mismatch between document
Expand Down

0 comments on commit 32cb40b

Please sign in to comment.