Skip to content

Instantly share code, notes, and snippets.

View straff2002's full-sized avatar

Greig Strafford straff2002

View GitHub Profile
@skounis
skounis / shoutcastionic-app.js
Created October 5, 2015 10:37
Shoutcast Ionic Tutorial - Tabs routing
.state('tab.stream', {
url: '/stream',
views: {
'tab-stream': {
templateUrl: 'templates/tab-stream.html',
controller: 'StreamController as vm'
}
}
});