我有一个弹出窗口,我想通过点击图片或youtube video`来显示/隐藏
<img ng-show="showImage" style="width: 430px;" ng-src="{{images}}">
<div ng-show="!showImage" style="width: 430px;" >
<iframe width="430" height="321" src="{{getIframeSrc(idBitches)}}" ></iframe>
</div>
但是有些不对劲。我该怎么办?