mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 02:42:17 -05:00
Fix scope apply causing rendering error in login controller
This commit is contained in:
parent
8199ee741d
commit
f3ad08b066
@ -93,8 +93,9 @@ define(function(require) {
|
||||
}
|
||||
|
||||
function goTo(location) {
|
||||
$location.path(location);
|
||||
$scope.$apply();
|
||||
$scope.$apply(function() {
|
||||
$location.path(location);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user