Skip to content

Commit

Permalink
chore(README.md): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
karfcz committed Jun 27, 2014
1 parent a6d4547 commit c0016e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Main features:
* Observable models and collections (through get/set methods and event system),
* Dependency injection container,
* One-way and two-way declarative data-binding. Unlimited bindings per HTML element. Unlimited bindings per model attribute,
* Collection data binding - live binding of collection of models in DOM with optional filtering. Nested collection supported,
* Collection data binding - live binding of collection of models in DOM with optional filtering and sorting. Nested collection supported,
* Front controller and router for building single-page applications,
* Stacked PageViews for navigating inside a single-page application with rendering/destroying shared parts of GUI,
* Small footprint (9 kB minified + gzipped), no dependencies,
* Small footprint (10 kB minified + gzipped), no dependencies,
* Support for all modern browsers including IE8+,
* Works seamlessly with jQuery if included.

0 comments on commit c0016e5

Please sign in to comment.