This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Datepicker: Problem with DatepickerMode #2180
Comments
@wleelavivat |
bekos
added a commit
to bekos/bootstrap
that referenced
this issue
May 11, 2014
dearlordylord
pushed a commit
to dearlordylord/bootstrap
that referenced
this issue
Jun 18, 2014
dearlordylord
pushed a commit
to dearlordylord/bootstrap
that referenced
this issue
Jun 18, 2014
Hi. When are you planning to release this fix? We are using angular-ui bootstrap through bower and would need this fix. |
It also seems that For some reason i'm having issues with plnkr at the moment, but here's some sample HTML:
|
Clarification: no matter what I change datepicker-mode to on my element, it doesn't change the initial mode when the datepicker is opened. |
jurassic-c
pushed a commit
to jurassic-c/bootstrap
that referenced
this issue
Aug 6, 2014
OronNadiv
pushed a commit
to lanetix/bootstrap
that referenced
this issue
Nov 18, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://plnkr.co/edit/sr1Zwe4QD3yxoZ93GCrV?p=preview
When passing datepicker-mode as a string, the datepicker cannot switch between each mode
Working:
HTML:
JS:
$scope.mode = 'month';
Not Working:
This also become a problem trying to pass datepickerMode through from datepickerOptions to create datepickerPopup
The text was updated successfully, but these errors were encountered: