international-phone-number
international-phone-number copied to clipboard
country code & extension
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 dropdown to select their country? similarly, if enabled, how do you separate the extension?
plunkr (based on @skfd's): http://plnkr.co/edit/KacViEe1yN9Tc5UPJgks
(lmk if there's a more appropriate forum to ask these types of questions, and I'll post there instead)
Any idea how to grab the country code. I am looking for a way to grab the country code while saving.
I couldn't figure it out, so I switched to https://github.com/hodgepodgers/ng-intl-tel-input, where the model is the full phone number.