Skip to content

Instantly share code, notes, and snippets.

@satsalou
Created March 18, 2016 13:44
Show Gist options
  • Save satsalou/04d46338ffcc30d62c18 to your computer and use it in GitHub Desktop.
Save satsalou/04d46338ffcc30d62c18 to your computer and use it in GitHub Desktop.
<ion-view view-title="Live radio">
<ion-content class="stream-background center">
<a class="button button-icon icon play-button-icon {{ vm.isPlaying ? 'ion-ios-pause' : 'ion-ios-play' }}"
ng-click="vm.togglePlay()"></a>
</ion-content>
</ion-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment