fix tests

This commit is contained in:
Manuel Araoz 2014-07-04 12:51:27 -03:00
commit a30b8d81bb
5 changed files with 43 additions and 16 deletions

View file

@ -29,8 +29,7 @@ angular.module('copayApp.directives')
restrict: 'A',
link: function(scope, element, attrs, ctrl) {
setTimeout(function() {
scope.$apply(function() {
});
scope.$apply(function() {});
}, 5000);
}
};