We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcaf39 commit 6ab7addCopy full SHA for 6ab7add
docs/content/guide/controller.ngdoc
@@ -273,8 +273,8 @@ involves injecting the {@link ng.$rootScope $rootScope} and {@link ng.$controlle
273
274
myApp.controller('MyController', function($scope) {
275
$scope.spices = [{"name":"pasilla", "spiciness":"mild"},
276
- {"name":"jalapeno", "spiceiness":"hot hot hot!"},
277
- {"name":"habanero", "spiceness":"LAVA HOT!!"}];
+ {"name":"jalapeno", "spiciness":"hot hot hot!"},
+ {"name":"habanero", "spiciness":"LAVA HOT!!"}];
278
$scope.spice = "habanero";
279
});
280
```
0 commit comments