lorenooliveira / ng-text-truncate

Simple directive for truncating text in AngularJS apps and toggling the hidden parts of the truncated texts.
MIT License
71 stars 48 forks source link

Fix injector:unpr when minfied #12

Open liuruting opened 9 years ago

liuruting commented 9 years ago

When ng-text-truncate.js is minified, it will throw an error reference exception of unknown provider. This changes was to fix the issue

JonPeel commented 7 years ago

Never merged?