Skip to content

Instantly share code, notes, and snippets.

@Keksike Keksike/date.js
Last active Jan 7, 2016

Embed
What would you like to do?
controller.$validators.uiDateValidator = function uiDateValidator(modelValue, viewValue) {
return angular.isDate(uiDateConverter.stringToDate(attrs.uiDateFormat, viewValue));
};
TypeError: Cannot set property 'uiDateValidator' of undefined
at Object.initDateWidget [as fn] (date.js:145)
at Scope.$digest (angular.js:12543)
at Scope.$apply (angular.js:12808)
at done (angular.js:8381)
at completeRequest (angular.js:8595)
at XMLHttpRequest.xhr.onreadystatechange (angular.js:8534)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.