Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 3bcfad7

Browse files
committed
small fix for cube template
1 parent 5352897 commit 3bcfad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/image-drag-drop.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="well texture-canvas-drop" ng-attr-id="canvas-drop-{{$index}}" ng-class="tex.numberOfImages > 1 ? 'col-md-4' : 'col-md-12'" ng-repeat="i in tex.getCanvasNumber() track by $index">
2-
<span>Drop {{tex.numberOfImages==1 ? "Image" : (($index < 4 ? "Pos " : "Neg ") + ($index % 3 == 0 ? "X" : ($index % 3 == 1 ? "Y" : "Z")))}} Here</span>
2+
<span>Drop {{tex.numberOfImages==1 ? "Image" : (($index < 3 ? "Pos " : "Neg ") + ($index % 3 == 0 ? "X" : ($index % 3 == 1 ? "Y" : "Z")))}} Here</span>
33
<canvas ng-attr-id="{{tex.canvasId}}-{{$index}}" class="texture-canvas"></canvas>
44
</div>
55

0 commit comments

Comments
 (0)