Skip to content

Commit

Permalink
link to current view
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Jul 29, 2015
1 parent efe78c9 commit fa99f79
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions app/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
<div ng-controller="PlayerCtrl" ng-show="track.track.uri">

<a role="button"
href
ng-click="footerOpen = !footerOpen"
class="btn-icon-arrow visible-xs-inline-block">
<button class="btn-icon-arrow visible-xs-inline-block"
ng-click="footerOpen = !footerOpen">
<span class="icon icon-chevron-up text-primary"></span>
</a>
</button>

<fm-track class="track" ng-show="track.track.uri" data-spotify-track="track.track" data-user="track.user" data-timer="trackPositionTimer" ng-class="{ 'no-controls': !isAuthenticatedGoogle() }"></fm-track>
<a href="current">
<fm-track class="track"
ng-show="track.track.uri"
data-spotify-track="track.track"
data-user="track.user"
data-timer="trackPositionTimer"
ng-class="{
'no-controls': !isAuthenticatedGoogle()
}">
</fm-track>
</a>

<div ng-include="'partials/player/controls.html'"></div>

Expand Down

0 comments on commit fa99f79

Please sign in to comment.