angular-shims-placeholder
angular-shims-placeholder copied to clipboard
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.
Since the plugin generates a text input for masking when polyfilling password input placeholder, focusing the original empty password input field won't be shown to the user.
Any js placeholders are causing problems with our legacy forms solution - is there any way I can apply only to the selected forms?
It would be valuable that being a library written for angular, unit tests would be rewritten using [protractor](https://github.com/angular/protractor). In addition by means of [grunt-protractor-runner](https://github.com/teerapap/grunt-protractor-runner) it would be valuable to interconnect...
Using the plugin with IE9, if the input text has focus the placeholder is not visualized.