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

Commit ebc3b7b

Browse files
dallegoetpkozlowski-opensource
authored andcommittedNov 11, 2014
docs(minerr/unpr): fix code example
Closes #10000
1 parent 830846f commit ebc3b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/error/$injector/unpr.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Attempting to inject one controller into another will also throw an `Unknown pro
6161

6262
```
6363
angular.module('myModule', [])
64-
.controller('MyFirstController', function() { /* ... */ });
64+
.controller('MyFirstController', function() { /* ... */ })
6565
.controller('MySecondController', ['MyFirstController', function(MyFirstController) {
6666
// This controller throws an unknown provider error because
6767
// MyFirstController cannot be injected.

0 commit comments

Comments
 (0)
This repository has been archived.