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

Commit 374a302

Browse files
xieranmayapetebacondarwin
authored andcommitted
docs($controller): fix typo
Closes #13418
1 parent b3da880 commit 374a302

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
@@ -1830,7 +1830,7 @@ angular.mock.$RootElementProvider = function() {
18301830
*
18311831
* // Controller definition ...
18321832
*
1833-
* myMod.controller('MyDirectiveController', ['log', function($log) {
1833+
* myMod.controller('MyDirectiveController', ['$log', function($log) {
18341834
* $log.info(this.name);
18351835
* })];
18361836
*

0 commit comments

Comments
 (0)