Events
- TODO complete this documentation
Example usage:
$scope.$on('currentTrack:duration', function(event, data) {
//do your stuff here
console.log(data);
});
List of available events:
Example usage:
$scope.$on('currentTrack:duration', function(event, data) {
//do your stuff here
console.log(data);
});
List of available events: