From 72894f0dd28ca8f059b79bff667ed11b7ea304bb Mon Sep 17 00:00:00 2001 From: Jason Schapiro Date: Tue, 11 Feb 2014 00:09:30 -0500 Subject: 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 --- docs/content/tutorial/step_11.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 37b85ba2..4b82367d 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -148,7 +148,7 @@ describe('PhoneCat controllers', function() { }); }); - + beforeEach(module('phonecatApp')); beforeEach(module('phonecatServices')); -- cgit v1.2.3