a8m / angular-filter

Bunch of useful filters for AngularJS (with no external dependencies!)
https://github.com/a8m/angular-filter
MIT License
2.93k stars 332 forks source link

Unknown provider error for phoneUS #248

Closed njcoutinho closed 7 years ago

njcoutinho commented 7 years ago

I have included the module in my app, However I only get the unknown provider error when using the phoneUS filter, other filters like ucfirst work fine

Unknown provider: phoneUSFilterProvider <- phoneUSFilter

Using @version v0.5.15 - 2017-01-17

a8m commented 7 years ago

Hey @njcoutinho, thanks for letting me know that. I released a new version. v0.5.16.

I'm closing this issue, but don't hesitate to open it if you still have problem.

njcoutinho commented 7 years ago

v0.5.16 works. Thank you