Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(tutorial): improve experiment instructions
Browse files Browse the repository at this point in the history
Closes #5697
  • Loading branch information
IgorMinar committed Jan 10, 2014
1 parent 2ed4ad5 commit 69452fa
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 69452fa

Please sign in to comment.