We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My issue is I am appending input with datetimepicker and every time when I will append I need to create a object like this
$scope.picker2 = { date: new Date(), timepickerOptions: { min: new Date() }, datepickerOptions: { minDate: new Date() } }
so is there any plugin option or anything by which I dont need to create object everytime ?
The text was updated successfully, but these errors were encountered:
Really you only need to pass a date, everything else is optional. You dont need to provide datepickerOptions or timepickerOptions
Sorry, something went wrong.
No branches or pull requests
My issue is I am appending input with datetimepicker and every time when I will append I need to create a object like this
$scope.picker2 = { date: new Date(), timepickerOptions: { min: new Date() }, datepickerOptions: { minDate: new Date() } }
so is there any plugin option or anything by which I dont need to create object everytime ?
The text was updated successfully, but these errors were encountered: