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

AngularJS directive implementing intl-tel-input (https://github.com/Bluefieldscom/intl-tel-input)

Results 66 international-phone-number issues
Sort by recently updated
recently updated
newest added

Hi, I fixed a tiny bug that needed a timeout so that angular is executed before jQuery, and I added a way to keep a model with a clean value...

When the ng-model of the intl-tel-input field is set programmatically from angular, the directive validator$ is run before formatter$. This causes the validity to be set incorrectly because the value...

_First commit_ will update country in controller with intlTelInput current country iso-2 code (on flag select or when user type number) _Second commit_ is to update intlTelInput to latest 6.4.3(it...

How do you use this option? Right now it just sets the option as string to the underlying plugin which doesn't work?

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...

Couple of more fixes if you want to include them See http://plnkr.co/edit/K6zyJ2HtuRwydn33G5yf?p=preview for demo of fix

remove parent elements added by jquery plugin, so ng-if can get the correct element to remove from dom

Fixed in the "lkfix" branch -- Honor "required" and "ng-required" attributes. Handle nationalMode in parser() Fix function annotation issue with $timeout

It would be cool to allow 2-way binding of preferred-country field. The reason why i suggest adding this is because our web app has a initial Contact Info page where...