6
我有這個酥料餅與模板ui.bootstrap酥料餅收盤點擊
<i class="fa fa-link" popover-placement="right" uib-popover-template="'newReferenceTemplate.html'" popover-title="New link"> Add new external reference </i>
所以,當我點擊該鏈接圖標,打開酥料餅這witht tamplate
<script type="text/ng-template" id="newReferenceTemplate.html">
<label>Title</label> <br>
<input ng-model="link.Title"> <br>
<label>Url</label> <br>
<input ng-model="link.Url"><br>
<i class="fa fa-floppy-o" > Save </i>
</script>
當我按那個'軟盤'圖標,我想關閉popover。有沒有辦法做到這一點?
我能找到的所有on documentation是popover-is-open
的值,但我不知道我是否可以用這個辦法想想什麼?
發現一個plunkr是做到了這一點:http://plnkr.co/edit/QhshtRqwpdsirvdFj9JG?p=preview – JasperZelf
這是...大量的代碼只是說,我會嘗試破譯它,看看我想出了什麼,謝謝你的回覆 – klskl