Created
October 5, 2015 10:37
-
-
Save skounis/9e2263632eadef9a7179 to your computer and use it in GitHub Desktop.
Shoutcast Ionic Tutorial - Tabs routing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.state('tab.stream', { | |
url: '/stream', | |
views: { | |
'tab-stream': { | |
templateUrl: 'templates/tab-stream.html', | |
controller: 'StreamController as vm' | |
} | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noob alert, where do I enter the shoutcast url?