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

Model not working ,How can i fix this? `input type="text" international-phone-number ng-model="newuser.phone">` ` ipnConfig.defaultCountry = 'pl'; ipnConfig.preferredCountries = ['pl', 'de', 'fr', 'uk', 'es'];`

Is it possible to set the default country by passing through the country iso2 model. I have tried the following strategies: 1) Assign the user country iso code to the...

Hi I have been playing around with the plunker you setup and i cant seem to get ng-model to parse properly - maybe i am missing something. When i place...

Steps to reproduce: 1) Input a valid Hong Kong number in the following format. +852 XXXX XXXX Result: Invalid mobile number, form authentication fails. Expected Result: Mobile number is valid...

Since version 0.0.16, the binding seems not to be initialized properly when a number is first set via ngModel. I can easily reproduce the problem: 0.0.15 : http://plnkr.co/edit/0LvSD4GEgmnlnlUk4RZY?p=preview 0.0.16 :...

Hi, When I enter a number into an input field with this directive, it would be nice if the number were to be bound with the country dial code directly...

When I try to trigger the change event on phone field, I was getting an "$apply already in progress" issue. This fix prevents that. Not sure if this is the...

I am trying to implement phone number validation. I see that its part of the original jquery plugin http://jackocnr.com/lib/intl-tel-input/examples/gen/is-valid-number.html. But I am not sure if its supported in angular? if...

as the title says, when you plan the same for ng2?