GUAC-978 use $evalAsync instead of $apply to avoid digest in progress error.

This commit is contained in:
James Muehlner
2015-01-03 15:28:35 -08:00
parent b9ac45c7a3
commit 24403e6fdc

View File

@@ -353,7 +353,7 @@ angular.module('client').directive('guacClient', [function guacClient() {
} }
$scope.$apply(updateDisplayScale); $scope.$evalAsync(updateDisplayScale);
}); });