From ac2f0cece62c51fbf77e9b9f40ac40d8fcf9af17 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 10 Apr 2012 06:04:13 -0700 Subject: docs(tutorial): fix typos in steps 2 and 3 --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_02.ngdoc') diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 6968f479..ce5f321c 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -178,7 +178,7 @@ execute the tests and report the results in the terminal. * Create a new model property in the controller and bind to it from the template. For example: - this.hello = "Hello, World!" + $scope.hello = "Hello, World!" Refresh your browser to make sure it says, "Hello, World!" -- cgit v1.2.3