Angular 1.x component to upload videos to WISTIA platform
Before you can use the distributed component, you need to add the following libs.
- You click an upload button.
- You pick a file.
- The widget uploads the file to Wistia, showing progress in a progress bar of some sort (can be from Bootstrap).
- Once the file completes uploading, it shows as an embedded Wistia video player.
- The component must use Angular 1. Do not use Angular 2+ or you will not pass.
- The component must use ES5. Do not use ES6 or you will not pass.
- The component should have unit tests.
- Close embed video after uploading a file.
- E2E tests.
- Dedicated tests for messages.
View demo folder.