diff --git a/test/unit/controllers/controllersSpec.js b/test/unit/controllers/controllersSpec.js index c01b7ce9b..b41524a74 100644 --- a/test/unit/controllers/controllersSpec.js +++ b/test/unit/controllers/controllersSpec.js @@ -220,6 +220,7 @@ describe("Unit: Controllers", function() { scope = $rootScope.$new(); sendCtrl = $controller('SendController', { $scope: scope, + $modal: {}, }); }));