GUACAMOLE-44: Merge fix for angular digest bug.

This commit is contained in:
James Muehlner
2016-06-06 09:18:28 -07:00

View File

@@ -139,7 +139,7 @@ angular.module('client').factory('ManagedFileUpload', ['$rootScope', '$injector'
stream = object.createOutputStream(file.type, streamName);
// Notify that the file transfer is pending
$rootScope.$apply(function uploadStreamOpen() {
$rootScope.$evalAsync(function uploadStreamOpen() {
// Init managed upload
managedFileUpload.filename = file.name;