fix tests

This commit is contained in:
Manuel Araoz 2014-06-23 09:53:53 -03:00
parent 2f2464b17c
commit 1f9e1a5f39
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ describe("Unit: Controllers", function() {
scope = $rootScope.$new();
sendCtrl = $controller('SendController', {
$scope: scope,
$modal: {},
});
}));