mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 12:05:46 +08:00
committed by
Pete Bacon Darwin
parent
62e6b4eeb6
commit
777ba71ffe
@@ -1278,7 +1278,7 @@ function explainModuleInstallation(moduleName){
|
||||
'<a href="http://bower.io/">Bower</a> (as <code>' + modulePackage + '</code>), ' +
|
||||
'and on <a href="http://code.angularjs.org/">code.angularjs.org</a>.</p>' +
|
||||
|
||||
'<p>Then load the module in your application by adding it as a dependant module:</p><pre><code>' +
|
||||
'<p>Then load the module in your application by adding it as a dependent module:</p><pre><code>' +
|
||||
' angular.module(\'app\', [\'' + ngMod + '\']);</pre></code>' +
|
||||
|
||||
'<p>With that you\'re ready to get started!</p>';
|
||||
|
||||
Reference in New Issue
Block a user