docs(tutorial): add missing semicolon to code snippet

Lets encourage people to use semicolons in javascript :>

Closes #5834
This commit is contained in:
刘朋飞 2014-01-16 14:22:35 +08:00 committed by Caitlin Potter
parent fced1c0c16
commit cd74f74468

View file

@ -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`: