AngularJs directive pollyfill for html5 placeholder without jQuery dependency. Inspired from https://gist.github.com/veeracs/5770791.
- Angularjs - obviously!
- Modernizr.js with placeholder support detection (Get your custom build here http://modernizr.com/download/#-input-inputtypes-forms_placeholder)
- Download the angularjs-placeholder-polyfill.js file.
- Include it in your site.
- Include Modernizr in your site.
- Install customPlaceholder module in your angular app.