TODO.md 713 B

  • Array.replace should not do anything if array is empty
  • add a method to observe additional data properties
  • add lazy option
  • add directive for all form elements, and make it consistent as sd-model
  • add escape: {{{ things in here should not be parsed }}}
  • properties that start with _ should also be ignored and used as a convention: $ is library properties, _ is user properties and non-prefixed properties are data.

  • sd-transition

  • component examples

  • tests

  • docs

  • acoompanying modules

    • 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")