Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikasgulati/angularjs-placeholder

AngularJs directive pollyfill for html5 placeholder without jQuery dependency.
https://github.com/vikasgulati/angularjs-placeholder

Last synced: 3 months ago
JSON representation

AngularJs directive pollyfill for html5 placeholder without jQuery dependency.

Awesome Lists containing this project

README

        

angularjs-placeholder.js
========================

AngularJs directive pollyfill for html5 placeholder **without jQuery dependency**.
Inspired from https://gist.github.com/veeracs/5770791.

Requires
==========================
1. Angularjs - obviously!
1. Modernizr.js with placeholder support detection (Get your custom build here http://modernizr.com/download/#-input-inputtypes-forms_placeholder)

Installation
==========================
1. Download the angularjs-placeholder-polyfill.js file.
1. Include it in your site.
1. Include Modernizr in your site.
1. Install **customPlaceholder** module in your angular app.