File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11** angular-github-api-factory** is an angularjs module with a github api factory.
22
3- [ ![ npm version] ( https://badge.fury.io/js/angular-github-api-factory.png )] ( https://badge.fury.io/js/angular-github-api-factory )
4- [ ![ Bower version] ( https://badge.fury.io/bo/angular-github-api-factory.png )] ( https://badge.fury.io/bo/angular-github-api-factory )
3+ [ ![ npm version] ( https://badge.fury.io/js/angular-github-api-factory.svg )] ( https://badge.fury.io/js/angular-github-api-factory )
4+ [ ![ Bower version] ( https://badge.fury.io/bo/angular-github-api-factory.svg )] ( https://badge.fury.io/bo/angular-github-api-factory )
55
66Author: Jonathan Hornung ([ JohnnyTheTank] ( https://github.com/JohnnyTheTank ) )
77
@@ -11,8 +11,8 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
1111 1 . ` bower install --save angular-github-api-factory `
1212 2 . ` npm install --save angular-github-api-factory `
1313 3 . download [ angular-github-api-factory.zip] ( https://github.com/JohnnyTheTank/angular-github-api-factory/zipball/master )
14- 2 . Add ` jtt_github ` to your application's module dependencies.
15- 3 . Include dependencies in your HTML.
14+
15+ 2 . Include dependencies in your HTML.
1616 1 . When using bower:
1717 ``` html
1818 <script src =" bower_components/angular-github-api-factory/dist/angular-github-api-factory.min.js" ></script >
@@ -25,9 +25,9 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
2525 ```html
2626 <script src =" angular-github-api-factory.min.js" ></script >
2727 ```
28+ 3. Add **`jtt_github`** to your application's module dependencies.
28294. Use the factory `githubFactory`
2930
30-
3131### factory methods
3232
3333#### getUser
You can’t perform that action at this time.
0 commit comments