Test for profile backups. Update travis.yaml

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-12 12:35:50 -03:00
commit 96131ed16b
3 changed files with 66 additions and 14 deletions

View file

@ -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) {