Skip to content

Instantly share code, notes, and snippets.

@DavidSouther
Created January 30, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidSouther/b2c3e24773ab06dc9cc7 to your computer and use it in GitHub Desktop.
Save DavidSouther/b2c3e24773ab06dc9cc7 to your computer and use it in GitHub Desktop.
Song Flux 4 - Component Template
<!-- PlayerController Template -->
<div class="Player">
<pre class="title">playing {{ state.track.title }}</pre>
<audio
ng-if="state.track.path"
autoplay controls
ng-src="{{ state.track.path }}"
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment