Go to file
Evan You c6903e0074 get ready for tests 2013-08-26 19:28:03 -04:00
dist 0.3.1 2013-08-25 14:58:06 -04:00
examples get ready for tests 2013-08-26 19:28:03 -04:00
src get ready for tests 2013-08-26 19:28:03 -04:00
test get ready for tests 2013-08-26 19:28:03 -04:00
.gitignore 0.1.0 2013-08-10 06:59:56 -04:00
.jshintrc naive implementation 2013-07-28 23:23:56 -04:00
.npmignore npm, remove wrapper 2013-08-25 14:56:19 -04:00
Gruntfile.js get ready for tests 2013-08-26 19:28:03 -04:00
LICENSE.md license 2013-08-09 10:26:12 -04:00
README.md 0.3.0 2013-08-25 03:34:43 -04:00
TODO.md $watch/$unwatch 2013-08-25 14:34:55 -04:00
bower.json 0.3.1 2013-08-25 14:58:06 -04:00
component.json get ready for tests 2013-08-26 19:28:03 -04:00
package.json more meta 2013-08-25 21:57:56 -04:00

README.md

Seed (WIP)

a mini MVVM framework

  • 8kb gzipped, no dependency.
  • DOM based templates with precise and efficient manipulation
  • POJSO (Plain Old JavaScript Objects) Models FTW - even nested objects.
  • Auto dependency extraction for computed properties.
  • Auto event delegation on repeated items.
  • Flexible API.
  • Component based, can be used as a CommonJS module or as a standalone library.

Browser Support

  • Chrome 8+
  • Firefix 3.6+
  • Safari 5.1+
  • IE9+ (IE9 needs classList polyfill)
  • Opera 11.6+
  • Android browser 3.0+
  • iOS Safari 5.0+

[Doc under construction...]

Template

Controller

  • Nested Controllers and accessing parent scope
  • Controller inheritance

Data

Data Binding

Event Handling

Filters

Computed Properties

Custom Filter

Custom Directive