Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 238 Bytes

Readme.md

File metadata and controls

14 lines (8 loc) · 238 Bytes

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" />