From 69452fa94f32c0e535d035988204e28eeda048a1 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 9 Jan 2014 17:23:35 -0800 Subject: docs(tutorial): improve experiment instructions Closes #5697 --- docs/content/tutorial/step_02.ngdoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 2489162c..c9a89abe 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -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`: + +

Hello, {{name}}!

+ + Refresh your browser and verifies that it says "Hello, World!". * Create a repeater that constructs a simple table: -- cgit v1.2.3