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 g (http://localhost:9009/bower_components/angular/angular.min.js:47:397)
at g (http://localhost:9009/bower_components/angular/angular.min.js:47:414)
at g (http://localhost:9009/bower_components/angular/angular.min.js:47:414)
at g (http://localhost:9009/bower_components/angular/angular.min.js:47:414)
at K (http://localhost:9009/bower_components/angular/angular.min.js:55:83)
at g (http://localhost:9009/bower_components/angular/angular.min.js:47:397)
at g (http://localhost:9009/bower_components/angular/angular.min.js:47:414) <input type="text" international-phone-number="" default-country="ie" ng-model="phoneNumber" class="ng-isolate-scope ng-pristine ng-valid">
However the input behaves corectly and everything works as expected. This is the html page snippet that I use:
I see the following error in the browser console when I'm using it.
However the input behaves corectly and everything works as expected. This is the html page snippet that I use:
<input type="text" international-phone-number default-country="ie" ng-model="phoneNumber"></input>