This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jshint devel: true */ | |
/* global angular */ | |
'use strict'; | |
/* | |
Requres: https://github.com/dawsonloudon/VideoPlayer | |
Usage: <videoplayer src="videofile"></videoplayer> | |
Don't put ".mp4" or ".webm" in the src atr above | |
*/ |
NewerOlder