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

Commit 4af7cda

Browse files
grubersjoecaitp
authored andcommitted
docs(tutorial/step_10): Added missing semicolon
Added a missing semicolon in definition of $scope.setImage. Closes #10752
1 parent 593b18c commit 4af7cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_10.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ phonecatControllers.controller('PhoneDetailCtrl', ['$scope', '$routeParams', '$h
3131

3232
$scope.setImage = function(imageUrl) {
3333
$scope.mainImageUrl = imageUrl;
34-
}
34+
};
3535
}]);
3636
```
3737

0 commit comments

Comments
 (0)