Wildhoney / ngVideo

Modularised ~13KB HTML5 audio/video implementation using Angular.js
http://ng-video.herokuapp.com/
MIT License
227 stars 60 forks source link

vi-timeline is not moving while the video is playing #35

Closed Sobiru closed 9 years ago

Sobiru commented 9 years ago

So i have this problem, I'm using vi-timeline directive to see where I'm currently at in the video, but as the video is playing, the slider doesn't move an inch.

If i click on it and slide it right and left, the video does go back and forth but again while the video is playing, the slider doesn't move.

Is there something I'm missing?

Thank you.

Wildhoney commented 9 years ago

Is your vi-timeline directive a child of the vi-feedback directive? As it needs to be :+1: The current version relies heavily on the structure of your document.

Sobiru commented 9 years ago

You are right, my vi-timeline directive was not the child of vi-feedback. Thank you @Wildhoney . I'll close down the issue.