YousefED / ElasticUI

AngularJS directives for Elasticsearch
http://www.elasticui.com
Other
526 stars 138 forks source link

Binding issue with input[type=date] #75

Open henninga opened 8 years ago

henninga commented 8 years ago

Hi

The following snippet does not respond to changes in the input field <input type="date" ng-model="date" eui-filter="ejs.RangeFilter('keyInfo.applicationFiled').from(date)" eui-enabled="date.length" ng-model-options="{debounce:700}" />

But when you change the type to text it all works.

I also tried <input type="date" ng-model="querystring" /> to see if there is any problem with binding to dates in general and that works great.

I'm not sure where the problem lies and need some help.