mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(tutorial): add missing semicolon to code snippet
Lets encourage people to use semicolons in javascript :> Closes #5834
This commit is contained in:
parent
fced1c0c16
commit
cd74f74468
1 changed files with 1 additions and 1 deletions
|
|
@ -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`:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue