Skip to content

Commit 08c9a5e

Browse files
xieranmayapetebacondarwin
authored andcommitted
docs($controller): fix typo
Closes angular#13418
1 parent a72c12b commit 08c9a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ angular.mock.$RootElementProvider = function() {
20402040
*
20412041
* // Controller definition ...
20422042
*
2043-
* myMod.controller('MyDirectiveController', ['log', function($log) {
2043+
* myMod.controller('MyDirectiveController', ['$log', function($log) {
20442044
* $log.info(this.name);
20452045
* })];
20462046
*

0 commit comments

Comments
 (0)