Add selection of images by railroad track
This commit is contained in:
parent
e0f11f46e5
commit
e58144eec5
3 changed files with 8 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
</td>
|
||||
<td class="image-track" ng-repeat="it in imageTracks">
|
||||
<span class="image-track-dot" ng-if="it.image_id == tag.image_id"
|
||||
ng-style="{'borderColor': it.color}"></span>
|
||||
ng-style="{'borderColor': it.color}" ng-click="selectTrack(it)"></span>
|
||||
<span class="image-track-line" ng-class="trackLineClass($parent.$index, it)"
|
||||
ng-style="{'borderColor': it.color}"></span>
|
||||
</td>
|
||||
|
|
Reference in a new issue