Permalink
Browse files
docs($controller): fix typo
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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); |
|
|
* })]; |
|
|
* |
|
|
|