Skip to content

Commit

Permalink
docs($controller): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xieranmaya authored and petebacondarwin committed Dec 1, 2015
1 parent a72c12b commit 08c9a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngMock/angular-mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
* })];
*
Expand Down

0 comments on commit 08c9a5e

Please sign in to comment.