Wesley Cho
Wesley Cho
One shouldn't put all that information in the view - it's an antipattern. It also was responsible for significant complexity internally in the datepicker, as well as limiting/triggering bugs in...
I understand, we sort of are dealing with limitations in Angular 1 here unfortunately. A little more verbosity isn't terrible for better separation/cleaner templates IMO.
The problem manifests if at least two dropdowns are in the same container - in this case, both are using `append-to-body`, so they have the same parent element. This would...
This sounds like an easy feature - a PR would be good
Ah sorry - I think `triggers === 'none'` might do the job.
@noullet this sounds correct - pushing change shortly.
Reopening to investigate.
Going to leave the prior issue closed, as that proposal IMO doesn't provide the most extensibility - however, I would be open to exposing `openedWindows` publicly in the $modalStack service...
I'm a fan of using an object (second option), that way it is a nice & expected structure, and simple enough for a user to work with (i.e. modifying a...
I would say this is a minor UX bug since if you select any other date and then navigate, the active behavior does not trigger. PRs fixing this are welcome.