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

Commit 08c9a5e

Browse files
xieranmayapetebacondarwin
authored andcommitted
docs($controller): fix typo
Closes #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

Lines changed: 1 addition & 1 deletion
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)