From 28d00945ba90ebe6a82bf5eba93d2b3bda805af0 Mon Sep 17 00:00:00 2001 From: magoswiat Date: Tue, 26 Nov 2013 12:35:40 +0100 Subject: docs(tutorial/step-0): add target="_blank" to open app in new page Closes #5145 --- docs/content/tutorial/step_00.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/tutorial/step_00.ngdoc') 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.
  1. In a separate terminal tab or window, run node ./scripts/web-server.js to start the web server.
  2. Open a browser window for the app and navigate to http://localhost:8000/app/index.html
  3. + href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`
  • For other http servers: @@ -54,7 +54,7 @@ angular-seed, and run the application in the browser.
  • For node.js users:
    1. In a separate terminal tab or window, run node scripts\web-server.js to start the web server.
    2. -
    3. Open a browser window for the app and navigate to http://localhost:8000/app/index.html
    4. +
    5. Open a browser window for the app and navigate to `http://localhost:8000/app/index.html`
  • For other http servers: -- cgit v1.2.3