From ea6b87c24ba70d2554c0f9a3e80b245dc3780234 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 29 Apr 2011 11:04:18 -0700 Subject: renamed tutorial so that it would sort properly --- docs/tutorial.step_1.ngdoc | 88 ---------------------------------------------- 1 file changed, 88 deletions(-) delete mode 100755 docs/tutorial.step_1.ngdoc (limited to 'docs/tutorial.step_1.ngdoc') diff --git a/docs/tutorial.step_1.ngdoc b/docs/tutorial.step_1.ngdoc deleted file mode 100755 index 7b4613b7..00000000 --- a/docs/tutorial.step_1.ngdoc +++ /dev/null @@ -1,88 +0,0 @@ -@workInProgress -@ngdoc overview -@name Tutorial: Step 1 -@description - - - - - - - - -
{@link tutorial Previous}{@link http://angular.github.com/angular-phonecat/step-1/app Example}{@link tutorial Tutorial Home} -{@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}{@link tutorial.step_2 Next}
- -Now that we have the basic ingredients in place, let's add some basic information about two cell -phones to our app. - -Note: We will usually include only the new code that we added for each step. In this and -subsequent examples, we will leave out code from the previous step that hasn't changed, for -example: - - ... - - ... - -Let's add the following code to `index.html`: - -__`app/index.html`:__ -
-
-...
-  Google Phone Gallery
-...
-
-...
-  
-...
-
- -## Discussion: - -* It's a static web page! We displayed info about two phones! Yay. - -* For those of you playing along at home on your own web servers, did you switch to Step 1 and -refresh your browsers? - - * __{@link tutorial Using Git:}__ - - From your `angular-phonecat` directory, run this command: - - git checkout step-1 - - * __{@link tutorial Using Snapshots:}__ - - From `[install directory]/sandbox`, run this command: - - ./goto_step.sh 1 - -* Now would be a good time to open up `app/index.html` in your browser and see the current state -of our "application". It's not very exciting, but that's ok. - -When you're ready, let's move on and start using some angular features to turn this static page -into a dynamic web app. - - - - - - - - - -
{@link tutorial Previous}{@link http://angular.github.com/angular-phonecat/step-1/app Example}{@link tutorial Tutorial Home} -{@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff}{@link tutorial.step_2 Next}
-- cgit v1.2.3