We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830846f commit ebc3b7bCopy full SHA for ebc3b7b
docs/content/error/$injector/unpr.ngdoc
@@ -61,7 +61,7 @@ Attempting to inject one controller into another will also throw an `Unknown pro
61
62
```
63
angular.module('myModule', [])
64
- .controller('MyFirstController', function() { /* ... */ });
+ .controller('MyFirstController', function() { /* ... */ })
65
.controller('MySecondController', ['MyFirstController', function(MyFirstController) {
66
// This controller throws an unknown provider error because
67
// MyFirstController cannot be injected.
0 commit comments