mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1172: Work around angular-translate/angular-translate#788 by using the translate directive (no filter). Current scope is not available to filters as of AngularJS 1.3.
This commit is contained in:
		| @@ -25,7 +25,9 @@ | ||||
|     <div class="filename">{{transfer.filename}}</div> | ||||
|  | ||||
|     <!-- Progress/status text --> | ||||
|     <div class="text">{{'CLIENT.TEXT_FILE_TRANSFER_PROGRESS' | translate:'{PROGRESS: getProgressValue(), UNIT: getProgressUnit()}'}}</div> | ||||
|     <div class="text" | ||||
|          translate="CLIENT.TEXT_FILE_TRANSFER_PROGRESS" | ||||
|          translate-values="{PROGRESS: getProgressValue(), UNIT: getProgressUnit()}"></div> | ||||
|  | ||||
|     <!-- Progress bar --> | ||||
|     <div class="progress"><div ng-style="{'width': getPercentDone() + '%'}" class="bar"></div></div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user