ng-listen
An event listener abstraction directive for AngularJS
Installing
You can install via npm:
npm i -S ng-listen
Links
API Reference: vivareal.github.io/ng-listen/docs/#/api
Contribute
Dependencies
Building
First, run npm install && bower install
.
After that you can choose between these options:
- Run
npm run build
for building, npm run dev
will do the same but watching for file changes. - Run
npm run dev:unbreakable
to avoid breaks on linter errors. - Or you can run
npm run dev:unsafe
to ignore linter check.
Documentation
Run npm run docs
, a local server will be initialized.
Testing
Running npm test
will run the unit tests with karma and npm run test:continuos
will rerun the unit tests each time a file changes.