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

Commit

Permalink
shuttle: change to use tokenList filter
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 29, 2013
1 parent ae4e455 commit 4456dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/Shuttle-v2/shuttle-stop-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<template repeat="{{groups}}">
<polymer-ui-collapsible active="{{active}}" class="group">
<div class="polymer-ui-collapsible-header group-header">
<polymer-ui-icon-button icon="dropdown" src="assets/ic_arrow_triangledown_darkreg.png" class="{{active: active}}"></polymer-ui-icon-button>
<polymer-ui-icon-button icon="dropdown" src="assets/ic_arrow_triangledown_darkreg.png" class="{{{active: active} | tokenList}}"></polymer-ui-icon-button>
{{name}}
</div>
<template repeat="{{stops}}">
Expand Down

0 comments on commit 4456dc9

Please sign in to comment.