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

Does this have a typing definition! Has anyone successfully added it to angular 2

Hello, We use a custom path. Would it be possible to reference a relative path on the following line? line 73 in file international-phone-number.js element.intlTelInput('loadUtils', '/bower_components/intl-tel-input/lib/libphonenumber/build/utils.js'); Thank you

You should update the npm package to the lastest version. The only available version is `0.0.11`. Thanks for your work!

I see the following error in the browser console when I'm using it. ``` TypeError: Cannot set property 'internationalPhoneNumber' of undefined at link (http://localhost:9009/bower_components/international-phone-number/releases/international-phone-number.js:96:53) at http://localhost:9009/bower_components/angular/angular.min.js:65:60 at K (http://localhost:9009/bower_components/angular/angular.min.js:55:142) at...

Hello! Why is a phone valid when a value is only country code (or only +)? https://github.com/mareczek/international-phone-number/blob/master/src/international-phone-number.coffee#L106

So I am not sure if it's just me, but I can't find out how to use the selected Country code. I don't really get it, I mean why can...

Hello! The latest version of `intl-tel-input` is `7.1.1`, however, your module requires `~5.1.0`. Is there a compatibility issues with newer version? Are you planning to update it? Thank you.

sorry, not an issue, but a (hopefully quick) question... how do you separate & grab the country code from the ng-model set on the directive, especially if users use the...

@mareczek I am trying to set the phone number that accordingly changes the flag using setNumber, but it still show the +1. I try to set this in my controller,...

The same pull request https://github.com/mareczek/international-phone-number/pull/84 PLUS: A modification that allow international-phone-number to be a read only field. Preserves the flag country before the phone number. thanks both @troggy and @mareczek