forked from knockout/knockout
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4013ea
commit d49943d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**Knockout** is a JavaScript library that makes it easier to create rich, desktop-like user interfaces with JavaScript and HTML, using *observers* to make your UI automatically stay in sync with an underlying data model. It works particularly well with the <a href="http://en.wikipedia.org/wiki/Model_View_ViewModel">MVVM pattern</a>, offering declarative bindings somewhat like <a href="http://www.silverlight.net/">Silverlight</a> but without the browser plugin. | ||
|
||
For more details, see | ||
* Online examples at <http://knockoutjs.com/> | ||
* Introductory tutorial at (insert) | ||
* Online examples at <http://knockoutjs.com/> | ||
* Introductory tutorial at (insert) |