upload_image.html 269 Bytes Edit Raw Blame History 1 2 3 4 5 6 {{'uploaded images:' | translate}}<br /> <span ng-repeat="path in activity.params.thumbnail_path"> <a class="upimg" ng-href="{{ctrl.urlFor(activity.params.view_url[$index])}}" ng-style="{'background-image':'url({{path}})'}"> <span>{{path}}</span> </a> </span>