Skip to content

emyth/angular-wistia

 
 

Repository files navigation

Angular attachments app for Wistia video hosting service

Work in progress to separate reusable wistia directives from sample app into its own module

Directive aw-attachments

Usage:

<div aw-attachments
     owner-id="{{itemId}}"
     viewer="showVideoPlayer(media)"
     upload-options="uploadOptions">
</div>

where

Directive aw-player

Usage:

<div wistia-player
     src-hashed-id="media.hashed_id">
</div>

where

  • src-hashed-id: hashed id of wistia media object

Demo

http://basghar.github.io/angular-wistia/

Documentation (work in progress)

http://basghar.github.io/angular-wistia/main.html

TO-DOs

Right now todos are embedded in the source code. And I want to force myself to use some automated way to generate todos.md

https://github.com/Bartvds/grunt-todos seems a good start.

Bitdeli Badge

About

Angular directives for Wistia video hosting service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.2%
  • HTML 12.3%
  • CSS 10.5%