@ngdoc overview @name Tutorial: 0 - angular-seed @description
In angular-phonecat directory, run this command:
git checkout -f step-0This 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.angular-phonecat
directory.http://localhost:[port-number]/[context-path]/app/index.html.Open msysGit bash and run this command (in angular-phonecat directory):
git checkout -f step-0This 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.angular-phonecat
directory.http://localhost:[port-number]/[context-path]/app/index.html.In angular-phonecat directory, run this command:
./goto_step.sh 0This 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 angular-phonecat directory):
goto_step.bat 0This 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.## What is the code doing? * xmlns declaration This `xmlns` declaration for the `ng` namespace must be specified in all angular applications in order to make angular work with XHTML and IE versions older than 9 (regardless of whether you are using XHTML or HTML). * angular script tagmy angular app Nothing here yet!