mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 06:13:44 +00:00
Update step_00.ngdoc
the <a> is incorrect. there is no space between "a" and "href"
This commit is contained in:
parent
d40884d1b0
commit
2c7df1550c
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ angular-seed, and run the application in the browser.
|
||||||
<li>In a <i>separate</i> terminal tab or window, run
|
<li>In a <i>separate</i> terminal tab or window, run
|
||||||
<code>node ./scripts/web-server.js</code> to start the web server.</li>
|
<code>node ./scripts/web-server.js</code> to start the web server.</li>
|
||||||
<li>Open a browser window for the app and navigate to <a
|
<li>Open a browser window for the app and navigate to <a
|
||||||
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
|
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
<li><b>For other http servers:</b>
|
<li><b>For other http servers:</b>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue