Wesley Cho

Results 80 comments of Wesley Cho

That looks like a complex expression for the label - I think it would be easier to instead use a custom template since the matches array is exposed to the...

I would be open to a PR adding the toggling of the show class in the library itself - the CSS must be provided by the user though, as this...

Please don't spam questions irrelevant to the original issue in that issue.

So as for this feature, I'm ok with it, but it needs to reset `isLoading` to false after it finishes the load. PRs welcome.

This is reasonable - I will see if we can get this implemented sometime soon.

We actually do this at my workplace, but what we did was use a modal to open the datepicker and not use the datepicker-popup component. That would be an adequate...

Please post a reproduction in Plunker of what is intended - otherwise, I will have to close this issue as invalid.

Would adding support for an extra configuration option such as `minDateChange` and `maxDateChange` for firing a callback bound to those properties of the options object be sufficient for addressing this?...

I'm proposing ``` js $scope.options = { minDate: myDate, minDateChange: date => { $scope.options2.minDate = date; } }; ``` and similar for maxDate - this would allow a user specified...

Hm, so it's not updating automatically? That sounds very strange to me, as there is code in the library itself for that, as well as tests around that...