Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cd74f74

Browse files
Petriecaitp
authored andcommitted
docs(tutorial): add missing semicolon to code snippet
Lets encourage people to use semicolons in javascript :> Closes #5834
1 parent fced1c0 commit cd74f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To run the test, do the following:
217217

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

220-
$scope.name = "World"
220+
$scope.name = "World";
221221

222222
Then add a new binding to `index.html`:
223223

0 commit comments

Comments
 (0)