Skip to content

Commit b66cf60

Browse files
committed
Update index.html
1 parent fbd28bc commit b66cf60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ <h2 class="project-tagline">An async loader for angular 1.x application</h2>
2626
</p>
2727

2828
<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>
3030

31-
<p>Support use dynamic angular module:</p>
31+
<p>Support load angular modules:</p>
3232
<ul>
3333
<li><code>app.useModule(name)</code></li>
3434
</ul>
3535

36-
<p>Support use origin methods to dynamic register angular components:</p>
36+
<p>Support load angular components:</p>
3737
<ul>
3838
<li><code>app.controller</code></li>
3939
<li><code>app.services</code></li>
@@ -191,8 +191,8 @@ <h1>Build from Source</h1>
191191

192192
<span class="pl-c1">cd</span> angular-async-loader
193193

194-
npm run build
195-
npm start
194+
./make.sh install
195+
./make.sh test
196196

197197
open browser http://localhost:3000/</pre></div>
198198

0 commit comments

Comments
 (0)