mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-09 20:06:24 +08:00
docs(tutorial): add missing semicolon to code snippet
Lets encourage people to use semicolons in javascript :> Closes #5834
This commit is contained in:
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user