fix setTab after some animations
This commit is contained in:
parent
2cbb7c7471
commit
ff04524444
2 changed files with 4 additions and 3 deletions
|
|
@ -37,6 +37,8 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
|
|||
$state.transitionTo(path)
|
||||
.then(function() {
|
||||
if (cb) return cb();
|
||||
}, function() {
|
||||
if (cb) return cb('animation in progress');
|
||||
});
|
||||
hideSidebars();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue