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

Commit

Permalink
docs(tutorial/step-8): module must be loaded in test
Browse files Browse the repository at this point in the history
Closes #6930
  • Loading branch information
Choi YoonSung authored and petebacondarwin committed Apr 4, 2014
1 parent 2845301 commit e55c8bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/content/tutorial/step_08.ngdoc
Original file line number Diff line number Diff line change
@@ -124,7 +124,11 @@ step 5.
__`test/unit/controllersSpec.js`:__

```js
...

beforeEach(module('phonecatApp'));

...

describe('PhoneDetailCtrl', function(){
var scope, $httpBackend, ctrl;

0 comments on commit e55c8bc

Please sign in to comment.