Skip to content

Commit

Permalink
docs(tutorial): improve experiment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar authored and jamesdaily committed Jan 27, 2014
1 parent ee7256e commit d132063
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,13 @@ is located at `./config/karma.conf.js`).

* Create a new model property in the controller and bind to it from the template. For example:

$scope.hello = "Hello, World!"
$scope.name = "World"

Refresh your browser to make sure it says, "Hello, World!"
Then add a new binding to `index.html`:

<p>Hello, {{name}}!</p>

Refresh your browser and verifies that it says "Hello, World!".

* Create a repeater that constructs a simple table:

Expand Down

0 comments on commit d132063

Please sign in to comment.