Skip to content

Commit 970ef99

Browse files
committed
update doc
1 parent b6e9bfb commit 970ef99

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ wp-api-angularjs
44
wp-api-angularjs is under development and will only cover GET methods of the [WP-API](https://github.com/WP-API/WP-API) master branch.
55

66
## Install
7+
8+
wp-api-angularjs depends on [Restangular](https://github.com/mgonto/restangular) that itself depends on [Underscore](https://github.com/jashkenas/underscore) or [Lodash](https://github.com/lodash/lodash)
79

8-
include the bundled version ```wp-api-angularjs.bundle.js``` (Contains underscore and Restangular) and add the library to your dependencies:
10+
include the bundled version ```dist/wp-api-angularjs.bundle.js``` (that includes Restangular) or ```dist/wp-api-angularjs.js``` (that does not include Restangular)
11+
12+
Do not forget to include [Underscore](https://github.com/jashkenas/underscore) or [Lodash](https://github.com/lodash/lodash) in your project.
913

1014
```
1115
angular.module('myApp', ['wp-api-angularjs']);

0 commit comments

Comments
 (0)