Go to file
Evan You 1a842d18f2 0.1.1 2013-08-10 07:58:01 -04:00
dist 0.1.1 2013-08-10 07:58:01 -04:00
examples fix sd-focus, comply with todomvc spec 2013-08-10 07:56:59 -04:00
src fix sd-focus, comply with todomvc spec 2013-08-10 07:56:59 -04:00
test computed properties!!! 2013-08-06 18:29:22 -04:00
wrappers fix sd-focus, comply with todomvc spec 2013-08-10 07:56:59 -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
Gruntfile.js grunt release task 2013-08-10 06:52:14 -04:00
LICENSE.md license 2013-08-09 10:26:12 -04:00
README.md formatting, done for the day 2013-08-09 23:35:08 -04:00
TODO.md grunt release task 2013-08-10 06:52:14 -04:00
bower.json 0.1.1 2013-08-10 07:58:01 -04:00
component.json 0.1.1 2013-08-10 07:58:01 -04:00
package.json 0.1.1 2013-08-10 07:58:01 -04:00

README.md

Seed (WIP)

a mini MVVM framework

  • 5kb gzipped!
  • 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.
  • Component based, can be used as a CommonJS module but can also be used alone.

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