From 3831759251ae03dc493ecc62caf17282c5842b5a Mon Sep 17 00:00:00 2001 From: Choi YoonSung Date: Tue, 1 Apr 2014 07:47:51 +0900 Subject: [PATCH] testing fail this step_08.ngdoc fore documents(step_05.ngdoc) not describe that Global Module Loaded --- docs/content/tutorial/step_08.ngdoc | 2 ++ 1 file changed, 2 insertions(+) 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_;