Skip to content

Instantly share code, notes, and snippets.

@iquad iquad/file.js Secret
Created May 19, 2016

Embed
What would you like to do?
var current = 0;
$scope.getVideoSec = function(currentTime, duration){
current = currentTime;
};
console.log(current);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.