Setting UpEdit this page on GitHub

Installation (via Bower)

  • Just run bower install angular-q-directives --save

Direct Download

Old School Git Clone

  • Clone the repository on the local system and cd to it.
  • Run bower install and npm install to install all dependencies.
  • Install gulp globally by running npm install -g gulp.
  • To build dist/q-directives.js, type gulp build.

Running Tests

  • To run tests in the console, run gulp test (from the root directory of the repository)
  • To run tests in the browser, run gulp build-test; testem server.