/angular-simpleapi

Angular JS module to implement quickly apis

Primary LanguageJavaScriptMIT LicenseMIT

angular-simpleapi

Bower package with Angular JS module to use offline resources as images, json, css, js among others.

Dependencies

  • AngularJS

Installation

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']);

Usage

Coming soon.

Licence

Released under the MIT license

Changelog

V0.0.5

  • If req.data is passed, don't set req.data with params object

V0.0.2

  • Debug Option

V0.0.1

  • First release
  • Providers SimpleApiEventEmitter, SimpleApiModel and SimpleApiRoot