Examples
Here are some basic examples of how to use the ng-intl-tel-input directive.
Default Usage
<input type="text" name="tel" ng-model="tel" ng-intl-tel-input>
Default Country
<input type="text" name="tel" ng-model="tel2" ng-intl-tel-input ng-intl-tel-input-options="{initialCountry: 'gb'}">