We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72c12b commit 08c9a5eCopy full SHA for 08c9a5e
src/ngMock/angular-mocks.js
@@ -2040,7 +2040,7 @@ angular.mock.$RootElementProvider = function() {
2040
*
2041
* // Controller definition ...
2042
2043
- * myMod.controller('MyDirectiveController', ['log', function($log) {
+ * myMod.controller('MyDirectiveController', ['$log', function($log) {
2044
* $log.info(this.name);
2045
* })];
2046
0 commit comments