An Angular Directive For Video.js

Author: LonnyGomes
Official Page: Go to website
Publish Date: July 1, 2016
License: MIT

Description:

vjs-video is a directive that makes using angular.js with video.js easy.

With vjs-video you can easily incorporate video into your Angular projects using the robust HTML video player video.js. The vjs-video directive handles all of the complexity involved with using video.js within an AngularJS Single Page App (SPA) including bootstrapping the video after the DOM is ready and properly disposing of the video by calling the video.js dispose() function when the current Angular view is out of scope and $destroy is triggered.

Preview:

An Angular Directive For Video.js


You Might Be Interested In:

Add Comment