From 8218c7af104fd76bc10e69c8615b8cec5823cc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9C=8B=E9=A3=9E?= <244236866@qq.com> Date: Thu, 16 Jan 2014 14:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=20js=20miss=20=E2=80=9C;=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit js miss “;” --- 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 ef82c254a9a2..5710ddaaab12 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -217,7 +217,7 @@ To run the test, do the following: * Create a new model property in the controller and bind to it from the template. For example: - $scope.name = "World" + $scope.name = "World"; Then add a new binding to `index.html`: