cvn / angular-shims-placeholder

Angular directive to emulate the placeholder attribute on text and password input fields for old browsers, such as IE9, IE8, and IE7. Also works on textareas and html5 input types.
MIT License
63 stars 26 forks source link

Update bower to support angular 1.6. #38

Closed joewolschon closed 7 years ago

joewolschon commented 7 years ago

This may be a little preemptive, but I was getting a head start updating our app to the 1.6 release candidate and I haven't had any issues yet with this library supporting it.

Is there a chance we can get the bower file updated to support this?

cvn commented 7 years ago

Good idea, @joewolschon. I tested with 1.6.0-rc.2 and there were no issues. I set the dependencies so that all future 1.x releases will be supported. Available in the latest release, 0.4.8.

joewolschon commented 7 years ago

Sweet, @cvn I meant to suggest that.

Thanks so much for the quick update and release!