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 a72c12b commit 08c9a5e9e7448ee6fdec55b4bebfa297db0bd7fa
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ngMock/angular-mocks.js
@@ -2040,7 +2040,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 08c9a5e

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