Skip to content

Commit 28d0094

Browse files
programistkapetebacondarwin
authored andcommitted
docs(tutorial/step-0): add target="_blank" to open app in new page
Closes angular#5145
1 parent 6f40c88 commit 28d0094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_00.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ angular-seed, and run the application in the browser.
2626
<ol>
2727
<li>In a <i>separate</i> terminal tab or window, run <code>node ./scripts/web-server.js</code> to start the web server.</li>
2828
<li>Open a browser window for the app and navigate to <a
29-
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
29+
href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`</a></li>
3030
</ol>
3131
</li>
3232
<li><b>For other http servers:</b>
@@ -54,7 +54,7 @@ angular-seed, and run the application in the browser.
5454
<li><b>For node.js users:</b>
5555
<ol>
5656
<li>In a <i>separate</i> terminal tab or window, run <code>node scripts\web-server.js</code> to start the web server.</li>
57-
<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>
57+
<li>Open a browser window for the app and navigate to <a href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`</a></li>
5858
</ol>
5959
</li>
6060
<li><b>For other http servers:</b>

0 commit comments

Comments
 (0)