mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 10:52: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) {
|
function goTo(location) {
|
||||||
$location.path(location);
|
$scope.$apply(function() {
|
||||||
$scope.$apply();
|
$location.path(location);
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user