File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ <h2 class="project-tagline">An async loader for angular 1.x application</h2>
26
26
</ p >
27
27
28
28
< h1 > angular-async-loader</ h1 >
29
- < p > An async loader for angular 1.x application.</ p >
29
+ < p > Load modules and components asynchronously for angular 1.x application.</ p >
30
30
31
- < p > Support use dynamic angular module :</ p >
31
+ < p > Support load angular modules :</ p >
32
32
< ul >
33
33
< li > < code > app.useModule(name)</ code > </ li >
34
34
</ ul >
35
35
36
- < p > Support use origin methods to dynamic register angular components:</ p >
36
+ < p > Support load angular components:</ p >
37
37
< ul >
38
38
< li > < code > app.controller</ code > </ li >
39
39
< li > < code > app.services</ code > </ li >
@@ -191,8 +191,8 @@ <h1>Build from Source</h1>
191
191
192
192
< span class ="pl-c1 "> cd</ span > angular-async-loader
193
193
194
- npm run build
195
- npm start
194
+ ./make.sh install
195
+ ./make.sh test
196
196
197
197
open browser http://localhost:3000/</ pre > </ div >
198
198
You can’t perform that action at this time.
0 commit comments