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
This commit is contained in:
Jason Schapiro
2014-02-11 00:09:30 -05:00
committed by Caitlin Potter
parent 760f49de10
commit 72894f0dd2

View File

@@ -148,7 +148,7 @@ describe('PhoneCat controllers', function() {
});
});
beforeEach(module('phonecatApp'));
beforeEach(module('phonecatServices'));