international-phone-number
international-phone-number copied to clipboard
Model binding do not work on 0.0.13
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.
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
Can you help me reproduce it? This plunkr looks fine.