1.1.1 • Published 8 years ago

angular-insight v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Angular Insight

A simple Angular directive to select things

Build Angular Insight

  • Clone this repository
  • Run npm install
  • Run bower install
  • Run npm run bundle to build using browserify

Launch the example app

Run npm run live-reload:<example-name> to launch the example using beefy. For example:

$ npm run live-reload:basic

The app will be available at http://localhost:9966/examples

Testing

Unit

Unit tests run in the Karma test runner. To run tests:

$ npm test

End to end

End to end tests are run using Protractor and a running web server. To run tests:

$ npm run live-reload:form
$ npm run test:e2e

License

MIT