Skip to content

BarakChamo/ng-promise-status

Folders and files

NameName
Last commit message
Last commit date
May 7, 2015
Jun 1, 2015
May 7, 2015
Apr 21, 2015
Apr 21, 2015
Apr 21, 2015
Apr 21, 2015
Apr 21, 2015
Apr 28, 2015
Jun 1, 2015
Apr 28, 2015
May 29, 2015
May 15, 2015
May 29, 2015
Jun 1, 2015

Repository files navigation

ng-promise-status

A collection of promise-aware Angular.js directives and UI elements

Installation

Install via bower

bower install ng-promise-status

or via npm

npm install ng-promise-status

Usage

Add it as a dependency to your app and then use the directive in your HTML files.

For examples and documentation check out the project page.

Development

Install Gulp via npm if you don't have it

npm install -g gulp

Available commands

  • gulp: build and test the project
  • gulp build: build the project and make new files indist
  • gulp serve: start a server to serve the demo page and launch a browser then watches for changes in src files to reload the page
  • gulp test: run tests
  • gulp serve-test: runs tests and keep test browser open for development. Watches for changes in source and test files to re-run the tests

License

MIT