tower-style-directive
v0.0.2
Published
## Installation
Readme
Tower Style Directive
Installation
node.js:
npm install tower-style-directivebrowser:
component install tower-style-directiveExample
var project = require('tower-style-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
