Skip to content
Permalink
Browse files

docs($controller): fix typo

Closes #13418
  • Loading branch information
xieranmaya authored and petebacondarwin committed Dec 1, 2015
1 parent b3da880 commit 374a302b906828842ce3419f558e51539e06ea6b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ngMock/angular-mocks.js
@@ -1830,7 +1830,7 @@ angular.mock.$RootElementProvider = function() {
*
* // Controller definition ...
*
* myMod.controller('MyDirectiveController', ['log', function($log) {
* myMod.controller('MyDirectiveController', ['$log', function($log) {
* $log.info(this.name);
* })];
*

0 comments on commit 374a302

Please sign in to comment.
You can’t perform that action at this time.