Skip to content

Instantly share code, notes, and snippets.

@skounis
Created October 5, 2015 10:37
Show Gist options
  • Save skounis/9e2263632eadef9a7179 to your computer and use it in GitHub Desktop.
Save skounis/9e2263632eadef9a7179 to your computer and use it in GitHub Desktop.
Shoutcast Ionic Tutorial - Tabs routing
.state('tab.stream', {
url: '/stream',
views: {
'tab-stream': {
templateUrl: 'templates/tab-stream.html',
controller: 'StreamController as vm'
}
}
});
@straff2002
Copy link

Noob alert, where do I enter the shoutcast url?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment