Skip to content

Commit d678a1c

Browse files
yono38Sebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
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 angular#6209
1 parent 1f4224f commit d678a1c

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)