Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4d9efa2

Browse files
Choi YoonSungpetebacondarwin
Choi YoonSung
authored andcommitted
docs(tutorial/step-8): module must be loaded in test
Closes #6930
1 parent f9a7b06 commit 4d9efa2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/content/tutorial/step_08.ngdoc

+5-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,11 @@ step 5.
124124
__`test/unit/controllersSpec.js`:__
125125

126126
```js
127-
...
127+
128+
beforeEach(module('phonecatApp'));
129+
130+
...
131+
128132
describe('PhoneDetailCtrl', function(){
129133
var scope, $httpBackend, ctrl;
130134

0 commit comments

Comments
 (0)