mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
62e6b4eeb6
commit
777ba71ffe
1 changed files with 1 additions and 1 deletions
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in a new issue