aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial
diff options
context:
space:
mode:
authormagoswiat2013-11-26 12:35:40 +0100
committerPete Bacon Darwin2013-11-27 23:17:28 +0000
commit28d00945ba90ebe6a82bf5eba93d2b3bda805af0 (patch)
treed2044d4dfe84b3d253e88ccdf1097fa5d7819a86 /docs/content/tutorial
parent6f40c88f47c08eddba1e44b15fae2e844d15852b (diff)
downloadangular.js-28d00945ba90ebe6a82bf5eba93d2b3bda805af0.tar.bz2
docs(tutorial/step-0): add target="_blank" to open app in new page
Closes #5145
Diffstat (limited to 'docs/content/tutorial')
-rw-r--r--docs/content/tutorial/step_00.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc
index 3dab88e9..9c91e685 100644
--- a/docs/content/tutorial/step_00.ngdoc
+++ b/docs/content/tutorial/step_00.ngdoc
@@ -26,7 +26,7 @@ angular-seed, and run the application in the browser.
<ol>
<li>In a <i>separate</i> terminal tab or window, run <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
- href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
+ href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`</a></li>
</ol>
</li>
<li><b>For other http servers:</b>
@@ -54,7 +54,7 @@ angular-seed, and run the application in the browser.
<li><b>For node.js users:</b>
<ol>
<li>In a <i>separate</i> terminal tab or window, run <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 href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
+ <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>
</ol>
</li>
<li><b>For other http servers:</b>