Expected Behavior
bower install --save angular-libphonenumber
Should include both files with tools like gulp / wiredep
- angular-libphonenumber.js
- libphonenumber.js
Current Behavior
Currently it just includes
- angular-libphonenumber.js
Possible Solution
Add libphonenumber.js to main in bower.json
Steps to Reproduce (for bugs)
- Use gulp/wiredep
- bower install --save angular-libphonenumber
- Error about phoneUtils
Expected Behavior
bower install --save angular-libphonenumber
Should include both files with tools like gulp / wiredep
Current Behavior
Currently it just includes
Possible Solution
Add libphonenumber.js to main in bower.json
Steps to Reproduce (for bugs)