Fixed UI. Now aligned with other buttons

This commit is contained in:
Gustavo Cortez 2014-06-04 10:57:15 -03:00
commit 82893c703a
2 changed files with 11 additions and 6 deletions

View file

@ -158,6 +158,12 @@ angular.module('copayApp.controllers').controller('TransactionsController',
}, 10);
});
}
else {
$timeout(function() {
$scope.loading = false;
$scope.lastShowed = false;
}, 1);
}
}
};