mirror of
https://github.com/nasa/openmct.git
synced 2025-02-05 02:29:21 +00:00
9 lines
338 B
HTML
9 lines
338 B
HTML
|
|
||
|
<div class="l-image-thumbs-wrapper" ng-controller="ImageryController as imagery">
|
||
|
<div class="l-image-thumb-item" ng-repeat="image in imageHistory track by $index">
|
||
|
<img class="l-thumb" ng-init="imagery.scrollToRight()"
|
||
|
ng-src={{imagery.getImageUrl(image)}} >
|
||
|
<div class="l-time">{{imagery.getTime(image)}}</div>
|
||
|
</div>
|
||
|
</div>
|