Skip to content
ajoslin edited this page Apr 29, 2013 · 31 revisions

Angular-promise-tracker Documentation

in progress :-)

## Getting Started with angular-promise-tracker
  1. Download angular-promise-tracker in one of these ways:
  1. <script src> that thang!
  • <script src="ninjas/promise-tracker.js"></script>
  1. Add the promise-tracker module as a dependency to your AngularJS app:
  • angular.module('myApp', ['ajoslin.promise-tracker'])
Clone this wiki locally