diff options
| author | Jason Schapiro | 2014-02-11 00:09:30 -0500 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-11 21:29:47 -0500 | 
| commit | 72894f0dd28ca8f059b79bff667ed11b7ea304bb (patch) | |
| tree | b7a825728b79a7dcc8ac50728033f478534a8417 /docs/content/tutorial/step_11.ngdoc | |
| parent | 760f49de1004adb3943e73cfa8135717a96a6273 (diff) | |
| download | angular.js-72894f0dd28ca8f059b79bff667ed11b7ea304bb.tar.bz2 | |
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
Diffstat (limited to 'docs/content/tutorial/step_11.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_11.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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')); | 
