trying to fix tests
This commit is contained in:
parent
d83f0388f3
commit
e09b1e4fdc
1 changed files with 4 additions and 2 deletions
|
|
@ -109,10 +109,12 @@ describe("Unit: Controllers", function() {
|
|||
);
|
||||
scope.model = {
|
||||
newaddress: null,
|
||||
newlabel: null
|
||||
newlabel: null,
|
||||
};
|
||||
$compile(element)(scope);
|
||||
$controller('SendController', {$scope: scope});
|
||||
$controller('SendController', {$scope: scope,
|
||||
$modal: {},
|
||||
});
|
||||
scope.$digest();
|
||||
form = scope.form;
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue