Hi,
I've been working with ng-polymer-elements for a while, with great results, even with my custom elements. Now I'm trying to achieve a ng-model-options configuration to delay a paper-input via debounce, but without success.
Is anybody out there using ng-model-options with success?
My code looks like:
<paper-input ng-model="myLabel" ng-model-options="{ debounce: 1000 }" ></paper-input>
Thanks a lot
Hi,
I've been working with ng-polymer-elements for a while, with great results, even with my custom elements. Now I'm trying to achieve a
ng-model-optionsconfiguration to delay a paper-input viadebounce, but without success.Is anybody out there using
ng-model-optionswith success?My code looks like:
<paper-input ng-model="myLabel" ng-model-options="{ debounce: 1000 }" ></paper-input>Thanks a lot