Skip to content
Anthony Short edited this page Apr 18, 2014 · 4 revisions

A big part of ripple's philosophy is that it provides only a minimal foundation for reactive views and you can extend it however you wish.

  • events - add event listeners to the DOM and call methods on the view
  • each - Basic iteration using the each directive.
  • bind-methods - Bind all methods on the prototype to the view
  • markdown - Adds a directive to render markdown using Marked.
  • extend - Makes adding methods to the view prototype a little cleaner
  • intervals - Easily add and remove intervals
  • computed - Add computed properties.
  • refs - Easily reference elements within the template
  • dispatch - Dispatch custom DOM events up the tre
Clone this wiki locally