Test for profile backups. Update travis.yaml
This commit is contained in:
parent
6dfc59c523
commit
96131ed16b
3 changed files with 66 additions and 14 deletions
|
|
@ -46,7 +46,9 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.onError = function(scope) {
|
||||
if (scope) scope.loading = false;
|
||||
if (scope) {
|
||||
scope.loading = false;
|
||||
}
|
||||
}
|
||||
|
||||
root.onErrorDigest = function(scope, msg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue