Skip to content

Instantly share code, notes, and snippets.

@skounis
Created October 5, 2015 11:18
Show Gist options
  • Save skounis/39299a7a1e81138964ea to your computer and use it in GitHub Desktop.
Save skounis/39299a7a1e81138964ea to your computer and use it in GitHub Desktop.
Shoutcast Ionic Tutorial - Pause playback
function pause() {
vm.info = null;
$interval.cancel(timer);
if (!stream) {
return;
}
stream.stop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment