tower-each-directive

0.0.1 • Public • Published

Tower Each Directive

Installation

node.js:

npm install tower-each-directive

browser:

component install tower-each-directive

Example

var project = require('tower-each-directive');

API

Example API methods.

.on(event, fn, [capture])

Short description of some method:

project.on('event', function(e){
 
});

.on(event, selector, fn, [capture])

Another description:

project.on('event', 'a.remove', function(e){
 
});

Notes

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i tower-each-directive

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • viatropos