mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-44: Merge fix for angular digest bug.
This commit is contained in:
@@ -139,7 +139,7 @@ angular.module('client').factory('ManagedFileUpload', ['$rootScope', '$injector'
|
|||||||
stream = object.createOutputStream(file.type, streamName);
|
stream = object.createOutputStream(file.type, streamName);
|
||||||
|
|
||||||
// Notify that the file transfer is pending
|
// Notify that the file transfer is pending
|
||||||
$rootScope.$apply(function uploadStreamOpen() {
|
$rootScope.$evalAsync(function uploadStreamOpen() {
|
||||||
|
|
||||||
// Init managed upload
|
// Init managed upload
|
||||||
managedFileUpload.filename = file.name;
|
managedFileUpload.filename = file.name;
|
||||||
|
Reference in New Issue
Block a user