upload_image.html 269 Bytes
{{'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>