我有用于显示附件的模态。 当我以模态和缩放缩放显示一个图像时,关闭模态并单击第二个图像,第二个图像已经缩放。
如何阻止这种情况发生?
<script id="modal.html" type="text/ng-template">
<ion-modal-view>
<div class="bar bar-header" class="ng-cloak">
<button class="button button-clear ion-ios-arrow-left fontSize25" ng-click="closeModal()"></button>
<h1 class="title customeHeared white-color">Attachment</h1>
</div>
<ion-content>
<ion-scroll zooming="true" direction="xy" delegate-handle="zoom-pane" class="zoom-pane" min-zoom="1">
<img ng-src="{{imagePath}}" style="width: 100%;padding: 20%;"/>
</video>
</ion-scroll>
</ion-content>
</ion-modal-view>
</script>
答案 0 :(得分:0)
我还没有找到任何解决方案,现在关闭它。
如果有人来到这里找到答案,请通过评论告诉我。