TODO.md 495 B

  • fix architecture: objects as single source of truth...
  • auto add .length binding for Arrays
  • $watch / $unwatch & $destroy(now much easier)
  • add a few util methods, e.g. extend, inherits, traverse
  • prototypal scope/binding inheritance (Object.create)
  • tests
  • docs
  • sd-with?
  • plugins
    • seed-touch (e.g. sd-drag="onDrag" sd-swipe="onSwipe")
    • seed-storage (RESTful sync)
    • seed-router (express style)
    • sd-validation (e.g. sd-validate="type:email, max:100, required:true")