From ca96ec32f996b1130f06ad070ee29c5810c40e57 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Oct 2012 02:33:45 -0700 Subject: docs(tutorial): replace JsTD with Testacular + drop snapshots JsTD references have been replaced with Testacular stuff. snapshots are PITA to maintain so I'm dropping them, everyone loves the Git version anyway. --- docs/content/tutorial/step_00.ngdoc | 66 +------------------------------------ 1 file changed, 1 insertion(+), 65 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 1e3c61a0..e151d9e2 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -46,7 +46,7 @@ directory.
Open msysGit bash and run this command (in angular-phonecat directory):
+Open Git bash and run this command (in angular-phonecat directory):
git checkout -f step-0
This resets your workspace to step 0 of the tutorial app.
You must repeat this for every future step in the tutorial and change the number to @@ -74,70 +74,6 @@ directory.
In the angular-phonecat directory, run this command:
-./goto_step.sh 0-
This resets your workspace to step 0 of the tutorial app.
-You must repeat this for every future step in the tutorial and change the number to - the number of the step you are on. This will cause any changes you made within - your working directory to be lost.
./scripts/web-server.js to start the web server.sandbox directory.http://localhost:[port-number]/[context-path]/app/index.html.Open windows command line and run this command (in the angular-phonecat directory):
-goto_step.bat 0-
This resets your workspace to step 0 of the tutorial app.
-You must repeat this for every future step in the tutorial and change the number to - the number of the step you are on. This will cause any changes you made within - your working directory to be lost.
node
-scripts\web-server.js to start the web server.sandbox directory.http://localhost:[port-number]/[context-path]/app/index.html.