We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8f79c commit 2648470Copy full SHA for 2648470
1 file changed
README.md
@@ -30,10 +30,18 @@ Support `controllerUrl/denpendencies` config in `angular-ui-router` and `angular
30
31
# Installation
32
33
+NPM
34
+
35
```shell
36
npm install angular-async-loader
37
```
38
39
+BOWER
40
41
+```shell
42
+bower install https://github.com/subchen/angular-async-loader.git
43
+```
44
45
# Usage
46
47
See Sample: https://github.com/subchen/angular-async-loader/blob/master/sample/
0 commit comments