File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1374,10 +1374,16 @@ function explainModuleInstallation(moduleName){
1374
1374
' <script src="angular.js">\n' +
1375
1375
' <script src="' + modulePackageFile + '"></pre></code>' +
1376
1376
1377
- '<p>You can also find this file on the [Google CDN](https://developers.google.com/speed/libraries/devguide#angularjs), ' +
1378
- '<a href="http://bower.io/">Bower</a> (as <code>' + modulePackage + '</code>), ' +
1379
- 'and on <a href="http://code.angularjs.org/">code.angularjs.org</a>.</p>' +
1380
-
1377
+ '<p>You can download this file from the following places:</p>' +
1378
+ '<ul>' +
1379
+ '<li>[Google CDN](https://developers.google.com/speed/libraries/devguide#angularjs)<br>' +
1380
+ 'e.g. <code>"//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/' + modulePackageFile + '"</code></li>' +
1381
+ '<li>[Bower](http://bower.io)<br>' +
1382
+ 'e.g. <code>bower install ' + modulePackage + '@X.Y.Z</code></li>' +
1383
+ '<li><a href="http://code.angularjs.org/">code.angularjs.org</a><br>' +
1384
+ 'e.g. <code>"//code.angularjs.org/X.Y.Z/' + modulePackageFile + '"</code></li>' +
1385
+ '</ul>' +
1386
+ '<p>where X.Y.Z is the AngularJS version you are running.</p>' +
1381
1387
'<p>Then load the module in your application by adding it as a dependent module:</p><pre><code>' +
1382
1388
' angular.module(\'app\', [\'' + ngMod + '\']);</pre></code>' +
1383
1389
You can’t perform that action at this time.
0 commit comments