diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index f432df74c512..f19af0146363 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -130,6 +130,8 @@ __`test/unit/controllersSpec.js`:__ ... describe('PhoneDetailCtrl', function(){ var scope, $httpBackend, ctrl; + + beforeEach(module('phonecatApp')); beforeEach(inject(function(_$httpBackend_, $rootScope, $routeParams, $controller) { $httpBackend = _$httpBackend_;