mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-10 05:50:07 +08:00
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:
committed by
Caitlin Potter
parent
760f49de10
commit
72894f0dd2
@@ -148,7 +148,7 @@ describe('PhoneCat controllers', function() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
beforeEach(module('phonecatApp'));
|
||||
beforeEach(module('phonecatServices'));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user