fix tests

This commit is contained in:
Manuel Araoz 2014-06-23 09:53:53 -03:00
commit 1f9e1a5f39

View file

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