GUAC-1213: Parse date values leniently.

This commit is contained in:
Michael Jumper
2015-08-11 12:31:31 -07:00
parent e2e0be30fd
commit 6c63027728
3 changed files with 87 additions and 0 deletions

View File

@@ -38,6 +38,13 @@ angular.module('form').controller('dateFieldController', ['$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.