@ngdoc overview @name Tutorial: Step 1 @description
{@link tutorial.step_00 Previous} {@link http://angular.github.com/angular-phonecat/step-1/app Live Demo} {@link tutorial Tutorial Home} {@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff} {@link tutorial.step_02 Next}
In this step you will add some basic information about two cell phones to our app. 1. Do one of the following to reset your workspace to step 1; be aware that this will throw away any changes you might have made to the tutorial files: * Git users run: git checkout --force step-1 * Snapshot users run: ./goto_step.sh 1 2. Refresh your browser or check the app out on {@link http://angular.github.com/angular-phonecat/step-1/app anglar's server}. The page now contains a list with information about two phones. The most important changes are listed below. You can see the full diff on {@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 GitHub}: __`app/index.html`:__
...
  
...
# Experiments * Try adding more static html to `index.html`. For example:

Total number of phones: 3

# Summary This addition to your app uses static HTML to display the list. Now, let's go to step 2 to learn how to use angular to dynamically generate the same list.
{@link tutorial.step_00 Previous} {@link http://angular.github.com/angular-phonecat/step-1/app Live Demo} {@link tutorial Tutorial Home} {@link https://github.com/angular/angular-phonecat/compare/step-0...step-1 Code Diff} {@link tutorial.step_02 Next}