/angular-html5

Add support for html5 tags & attributes in html4 browsers.

Primary LanguageJavaScript

AngularJS HTML5 Polyfill

< input placeholder="Text" />

Show placeholder text in old browsers.

< video > tag with video.js

Example:

<video h5-src="{{video.url}}" on-ended="doSomthing($event)" h5-play="playVideo" />