Skip to content

Commit b48474c

Browse files
bhalajinnetman92
bhalajin
authored andcommitted
docs(guide/Services): fix unit test example
Closes angular#11081
1 parent 71ed45a commit b48474c

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
@@ -181,7 +181,7 @@ of a real browser alert.
181181

182182
```js
183183
var mock, notify;
184-
184+
beforeEach(module('myServiceModule'));
185185
beforeEach(function() {
186186
mock = {alert: jasmine.createSpy()};
187187

0 commit comments

Comments
 (0)