We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038eabe commit 4ef0c7bCopy full SHA for 4ef0c7b
docs/content/guide/services.ngdoc
@@ -43,7 +43,7 @@ subsystem takes care of the rest.
43
<file name="script.js">
44
angular.
45
module('myServiceModule', []).
46
- controller('MyController', ['$scope','notify', function ($scope, notify) {
+ controller('MyController', ['$scope', 'notify', function ($scope, notify) {
47
$scope.callNotify = function(msg) {
48
notify(msg);
49
};
0 commit comments