Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
shuttle-v2: no angle/curve swiping for favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Sep 20, 2013
1 parent 7891e04 commit 2cf182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/Shuttle-v2/shuttle-favorites.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</polymer-ui-toolbar>
<polymer-selector class="favorites" selected="{{selected}}" selectedModel="{{favorite}}">
<template repeat="{{favorites}}">
<polymer-ui-card class="fav-item" swipeable on-polymer-card-swipe-away="swipeAway">
<polymer-ui-card class="fav-item" swipeable on-polymer-card-swipe-away="swipeAway" noCurve>
{{fromStop.name}} <span class="to">to {{toStop.name}}</span>
</polymer-ui-card>
</template>
Expand Down

0 comments on commit 2cf182c

Please sign in to comment.