mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-13 16:37:42 +00:00
GUAC-1213: Parse time values leniently.
This commit is contained in:
@@ -38,6 +38,13 @@ angular.module('form').controller('timeFieldController', ['$scope', '$injector',
|
||||
*/
|
||||
$scope.modelOptions = {
|
||||
|
||||
/**
|
||||
* Space-delimited list of events on which the model will be updated.
|
||||
*
|
||||
* @type String
|
||||
*/
|
||||
updateOn : 'blur',
|
||||
|
||||
/**
|
||||
* The time zone to use when reading/writing the Date object of the
|
||||
* model.
|
||||
|
Reference in New Issue
Block a user