This repository was 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
Datapicker in popover #5305
Comments
This appears to be a bug - what appears to be happening is that when the datepicker is closed, the state of |
Yeah, but the strange thing is that this only happens when it is in a popover. |
I see what is happening - this is not a bug, but a usage issue from the fact that primitives are used instead of objects on $scope. See here for how to correctly accomplish what is desired |
You are right, sorry... I didn't check my code accordingly. |
@wesleycho I found two problems in your example.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When a datapicker is placed within a popover and popover is set
popover-trigger="outsideClick"
, the datapicker not work correctly.See the following example:
http://plnkr.co/edit/yQ20ODyzkcDABuij4g5R?p=preview
Steps to follow:
The text was updated successfully, but these errors were encountered: