betsol / ng-intl-tel-input

intl-tel-input integration for Angular.js
21 stars 22 forks source link

Failed to instantiate module due to main path in bower file #2

Closed jordandotme closed 8 years ago

jordandotme commented 8 years ago

In bower.json the following path causes an instantiation error:

"main": "dist/betsol-ng-intl-tel-input.js"

I'm using gulp inject to automatically populate any bower script dependencies. It seems that the above line doesn't work unless I point it to the scripts directory within dist, like so:

`"main": "dist/scripts/betsol-ng-intl-tel-input.js"

Have you ever had any issues regarding this?

slavafomin commented 8 years ago

Yes, that makes perfect sense. Could you please send a PR to fix this? I'll appreciate it )

slavafomin commented 8 years ago

Thanks, for a PR! You will have to use #master version for now, until I will be able to create a tag. I'm in the middle of transferring my office right now ))