angularjs-ng-intel-tel-input examples

This is a basic demonstration page showcasing the ng-intl-tel-input directive.

Basic usage

<input type="text" name="tel" ng-model="tel" ng-intl-tel-input>
Please type a telephone number Invalid :( Valid :)
Model value: {{tel}}N/A

Setting default country with data-default-country

<input type="text" name="tel2" ng-model="tel2" ng-intl-tel-input data-initial-country="us">
Please type a telephone number Invalid :( Valid :)
Model value: {{tel2}}N/A