Skip to content

Commit 4ef0c7b

Browse files
committed
docs(guide/Services): add whitespace in code example
Closes angular#14156
1 parent 038eabe commit 4ef0c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/services.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ subsystem takes care of the rest.
4343
<file name="script.js">
4444
angular.
4545
module('myServiceModule', []).
46-
controller('MyController', ['$scope','notify', function ($scope, notify) {
46+
controller('MyController', ['$scope', 'notify', function ($scope, notify) {
4747
$scope.callNotify = function(msg) {
4848
notify(msg);
4949
};

0 commit comments

Comments
 (0)