docs(tutorial/step-8): module must be loaded in test

Closes #6930
This commit is contained in:
Choi YoonSung
2014-04-01 07:47:51 +09:00
committed by Peter Bacon Darwin
parent f9a7b064a0
commit 4d9efa2f76

View File

@@ -124,7 +124,11 @@ step 5.
__`test/unit/controllersSpec.js`:__
```js
...
beforeEach(module('phonecatApp'));
...
describe('PhoneDetailCtrl', function(){
var scope, $httpBackend, ctrl;