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

Commit 72894f0

Browse files
yono38caitp
authored andcommitted
docs(tutorial): inject phonecapApp module into unit test
When I was reading this doc I was thinking "but what about phonecatApp?" and when I looked in the file from the step-11 branch there it is. Should be reflected in the docs as well Closes #6209
1 parent 760f49d commit 72894f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_11.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('PhoneCat controllers', function() {
148148
});
149149
});
150150

151-
151+
beforeEach(module('phonecatApp'));
152152
beforeEach(module('phonecatServices'));
153153

154154

0 commit comments

Comments
 (0)