Skip to content

Commit 2bdc65e

Browse files
committed
Merge pull request #22 from vish250491/master
4:3 issue related to background at control and design side fixed
2 parents aa222d5 + f735084 commit 2bdc65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/design/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<label>4:3</label>
7777
<label class="secondary">1536x2048</label>
7878
<span class="tip btn-info-icon btn-primary transition-third" tooltip="iPads and some Android devices will fall into this category." tooltip-placement="top"></span>
79-
<span class="icon btn-icon btn-delete-icon btn-danger transition-third" ng-click="DesignHome.deleteBackground('i4x3')" ng-show="data.design.bgImage.i4x3"></span>
79+
<span class="icon btn-icon btn-delete-icon btn-danger transition-third" ng-click="DesignHome.deleteBackground('i4x3')" ng-show="DesignHome.info.data.design.bgImage.i4x3"></span>
8080
</div>
8181
<div class="screen tablets pull-left text-center">
8282
<a class="border-radius-three default-background-hover" ng-click="DesignHome.changeBackground('i16x10')">

0 commit comments

Comments
 (0)