diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 0358756b..6b138835 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -1374,10 +1374,16 @@ function explainModuleInstallation(moduleName){ ' <script src="angular.js">\n' + ' <script src="' + modulePackageFile + '">' + - '
You can also find this file on the [Google CDN](https://developers.google.com/speed/libraries/devguide#angularjs), ' +
- 'Bower (as ' + modulePackage + '), ' +
- 'and on code.angularjs.org.
You can download this file from the following places:
' + + '"//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/' + modulePackageFile + '"bower install ' + modulePackage + '@X.Y.Z"//code.angularjs.org/X.Y.Z/' + modulePackageFile + '"where X.Y.Z is the AngularJS version you are running.
' + 'Then load the module in your application by adding it as a dependent module:
' +
' angular.module(\'app\', [\'' + ngMod + '\']);' +