Skip to content

Commit 567b597

Browse files
committed
use timeseries label in station selection
1 parent 82f5bf6 commit 567b597

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

www/templates/map/selectable-station-entry.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
<h4>{{$ctrl.timeseries.phenomenon.label}}</h4>
1+
<h4><div class="glyphicon glyphicon-refresh loading icon-spin" ng-hide="$ctrl.timeseries.id"></div>{{$ctrl.timeseries.label}}</h4>
22
<div class="tsItem" ng-class="{selected : selected}">
33
<div class="checkbox">
4-
<div class="glyphicon glyphicon-refresh loading icon-spin" ng-hide="$ctrl.timeseries.id"></div>
54
<label>
65
<input type="checkbox" ng-disabled="!$ctrl.timeseries.id" ng-model="$ctrl.timeseries.selected" ng-change="$ctrl.toggled()">
76
<span>{{$ctrl.timeseries.procedure.label}}</span>

0 commit comments

Comments
 (0)