Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vikasgulati/angularjs-placeholder
- Owner: vikasgulati
- License: mit
- Created: 2014-01-17T19:05:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T19:51:02.000Z (almost 11 years ago)
- Last Synced: 2024-07-14T14:30:58.090Z (5 months ago)
- Size: 133 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.