mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-1213: Correct comment regarding time formatting.
This commit is contained in:
		| @@ -91,7 +91,7 @@ angular.module('form').directive('guacLenientTime', ['$injector', | ||||
|  | ||||
|         }]; | ||||
|  | ||||
|         // Format time strings as "yyyy-MM-dd" | ||||
|         // Format time strings as "HH:mm:ss" | ||||
|         ngModel.$formatters = [function format(modelValue) { | ||||
|             return modelValue ? $filter('date')(modelValue, 'HH:mm:ss', 'UTC') : ''; | ||||
|         }]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user