login animation

This commit is contained in:
Kyle Spearrin 2016-09-20 17:52:37 -04:00
parent 0219068bb6
commit e18fed1449
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
$state.go('login.twoFactor');
}
else {
$state.go('tabs.current');
$state.go('tabs.current', { animation: 'in-slide-left' });
}
});
});