File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,17 @@ Author: Jonathan Hornung ([JohnnyTheTank](https://github.com/JohnnyTheTank))
11112 . Add ` jtt_vimeo ` to your application's module dependencies.
12123 . Include dependencies in your HTML.
1313 1 . When using bower:
14- <br >` <script src="bower_components/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script> `
14+ ``` html
15+ <script src =" bower_components/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js" ></script >
16+ ```
1517 2. When using npm:
16- <br >` <script src="node_modules/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js"></script> `
18+ ```html
19+ <script src =" node_modules/angular-vimeo-api-factory/src/angular-vimeo-api-factory.min.js" ></script >
20+ ```
1721 3. when using downloaded files
18- <br >` <script src="angular-vimeo-api-factory.min.js"></script> `
22+ ```html
23+ <script src =" angular-vimeo-api-factory.min.js" ></script >
24+ ```
19254. Use the factory `vimeoFactory`
2026
2127
You can’t perform that action at this time.
0 commit comments