mareczek / international-phone-number

AngularJS directive implementing intl-tel-input (https://github.com/Bluefieldscom/intl-tel-input)
139 stars 131 forks source link

Build error #107

Open antero10 opened 8 years ago

antero10 commented 8 years ago

After make a grunt build into the project i'm getting this error Failed to instantiate module internationalPhoneNumber due to: Error: [$injector:nomod] Module 'internationalPhoneNumber' is not available!

binalpanchal commented 8 years ago

Check the below possibilities, 1.) You have to inject "internationalPhoneNumber" module. 2.) Include "intlTelInput.js" also as reference.

I am using this international-phone-number directive. I have included below file reference: intlTelInput.js intlTelInput.css international-phone-number.js And inject "internationalPhoneNumber" module in app.js file