- Blog post detailing the directive
- JSBin demo
- Demo file:
demo.html
Run an npm install
to grab the dependencies then run the tests using either:
- PhantomJS:
grunt
orgrunt test
- Chrome and Firefox (with
autoWatch
):grunt unit
demo.html
Run an npm install
to grab the dependencies then run the tests using either:
grunt
or grunt test
autoWatch
): grunt unit