File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Angular wrapper for [ js-data] ( http://www.js-data.io/js-data ) .
6
6
7
+ #### What about Angular-data?
8
+ Documentation for Angular-data 1.x can be found at [ angular-data.pseudobry.com] ( http://angular-data.pseudobry.com ) .
9
+
7
10
## API Documentation
8
11
[ DS] ( https://github.com/js-data/js-data/wiki/DS )
9
12
@@ -22,12 +25,14 @@ Angular wrapper for [js-data](http://www.js-data.io/js-data).
22
25
| Coverage | [ ![ Coverage Status] ( https://coveralls.io/repos/js-data/js-data-angular/badge.png?branch=master )] ( https://coveralls.io/r/js-data/js-data-angular?branch=master ) |
23
26
24
27
## Quick Start
25
- ` bower install --save js-data js-data-angular ` or ` npm install --save js-data js-data-angular ` .
28
+ ` bower install --save js-data js-data-http js-data-angular ` or ` npm install --save js-data js-data-http js-data-angular ` .
29
+
30
+ Load ` js-data-angular.js ` after ` js-data.js ` and ` js-data-http ` .
26
31
27
- Load ` js-data-angular.js ` after ` js-data.js ` .
32
+ __ Note: __ You only have to use ` js-data-http ` if you want to use the ` DSHttpAdapter ` .
28
33
29
34
``` js
30
- angular .module (' myApp' , [' js-data' ]);
35
+ angular .module (' myApp' , [' js-data' , ' js-data-http ' ]);
31
36
```
32
37
33
38
``` js
You can’t perform that action at this time.
0 commit comments