Skip to content
New issue

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

I cant update my moment picker from controller side #297

Open
yunusemreuveyik opened this issue Feb 8, 2020 · 1 comment
Open

I cant update my moment picker from controller side #297

yunusemreuveyik opened this issue Feb 8, 2020 · 1 comment

Comments

@yunusemreuveyik
Copy link

I am trying to update the moment picker value from controller by updating the model but its not working. here is my codes:

<div class="input-group"
                                         moment-picker="model.checkInDate"
                                         min-date="model.minCheckInDate"
                                         change="changeDate()"
                                         locale="{{$root.language}}"
                                         format="LL">

                                        <input class="form-control"
                                               placeholder="Select a date"
                                               ng-model="model.checkInDate"
                                               ng-model-options="{ updateOn: 'blur' }"
                                               autocomplete="off">
                                    </div>

js:

$scope.model.checkInDate = (some valid date)

@ShadiyaIffath
Copy link

Hi @yunusemreuveyik, I recently had the same issue where a duplicated datepicker was created when the model value is changed, I came across this =>
https://stackoverflow.com/questions/43558005/date-format-issue-in-angular-moment-picker-library
Try changing the attribute for moment-picker and ng-model. It fixed my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants