Last active
October 5, 2015 10:37
-
-
Save skounis/efdf9c277b238b077c95 to your computer and use it in GitHub Desktop.
Shoutcast Ionic Tutorial - Player's tab
This file contains hidden or 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
<!-- Stream Tab --> | |
<ion-tab title="Player" icon-off="icon ion-headphone" icon-on="icon ion-headphone" href="#/tab/stream"> | |
<ion-nav-view name="tab-stream"></ion-nav-view> | |
</ion-item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment