Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cf862b5

Browse files
docs(ngMock): final installation description fix
1 parent 2470582 commit cf862b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ angular.mock.$ComponentControllerProvider = ['$compileProvider', function($compi
22562256
*
22572257
* First, download the file:
22582258
* * [Google CDN](https://developers.google.com/speed/libraries/devguide#angularjs) e.g.
2259-
* `"//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/"`
2259+
* `"//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/angular-mocks.js"`
22602260
* * [NPM](https://www.npmjs.com/) e.g. `npm install [email protected]`
22612261
* * [Bower](http://bower.io) e.g. `bower install [email protected]`
22622262
* * [code.angularjs.org](https://code.angularjs.org/) (discouraged for production use) e.g.

0 commit comments

Comments
 (0)