Usman Nasir
2020-02-26 13:36:25 +05:00
parent 8ca2778dba
commit 3f52c9fb27
3 changed files with 11 additions and 1 deletions

View File

@@ -886,6 +886,11 @@ app.controller('emailForwarding', function ($scope, $http) {
$scope.fetchCurrentForwardings = function () {
if($scope.forwardingOption == null || $scope.selectedEmail == null ){
$scope.forwardLoading = true;
return 0;
}
$scope.creationBox = false;
$scope.emailDetails = false;
$scope.forwardLoading = false;