Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b299e73

Browse files
bhalajinpkozlowski-opensource
bhalajin
authored andcommitted
docs(guide/Services): fix unit test example
Closes #11081
1 parent 16f12c8 commit b299e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/services.ngdoc

Lines changed: 1 addition & 1 deletion
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)