From db4e67b849f297e0057aa66db62d92eaf6927c78 Mon Sep 17 00:00:00 2001 From: Seth Stone Date: Wed, 8 Jan 2014 21:24:00 -0600 Subject: [PATCH] Update step_02.ngdoc Fixed 1st code snippet under experiments to agree with the second step. --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 2489162c6ad3..2ad48b3b4dcd 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -213,7 +213,7 @@ is located at `./config/karma.conf.js`). * Add another binding to `index.html`. For example: -

Total number of phones: {{phones.length}}

+

{{hello}}

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