Bower package with Angular JS module to use offline resources as images, json, css, js among others.
- AngularJS
Bower:
$ bower install angular-simpleapi
Or you can download the package here.
Add javascript file to html file, for example:
<script src="angular-simpleapi/angular-simpleapi.js"></script>
Finally you must add ngSimpleApi
to your module dependencies:
angular.module('app', ['ngSimpleApi']);
Coming soon.
Released under the MIT license
- If
req.data
is passed, don't setreq.data
withparams
object
- Debug Option
- First release
- Providers
SimpleApiEventEmitter
,SimpleApiModel
andSimpleApiRoot