international-phone-number icon indicating copy to clipboard operation
international-phone-number copied to clipboard

Model binding do not work on 0.0.13

Open RomanKisilenko opened this issue 9 years ago • 2 comments

We are using your directive as

<input value="+1" type="tel" international-phone-number auto-hide-dial-code="false" class="phone" name="phoneCountryCode" ng-model="phoneCountryCode" required>

When we switch from 0.0.11 version to 0.0.13, the model bingeing no longer works. We always get empty phoneCountryCode on form submit.

RomanKisilenko avatar Sep 28 '15 18:09 RomanKisilenko

Same issue here.

This is the 0.0.11 version, which works: http://plnkr.co/edit/mZzk5uksvofAFUowMgdR?p=preview

This is the 0.0.13 version, which is broken: http://plnkr.co/edit/DYyfGj?p=preview

mgoldsborough avatar Oct 10 '15 00:10 mgoldsborough

Can you help me reproduce it? This plunkr looks fine.

skfd avatar Oct 25 '15 19:10 skfd