7
如果我點擊標題上的任意位置,我想禁用單擊事件以打開手風琴。相反,我只想點擊最右側的符號.... 此處它打開,如果我點擊保存按鈕..僅在正確的符號點擊打開手風琴
<accordion-group is-open="status.open" template-url="accordion-group.html">
<accordion-heading>
I can have markup, too! <button type="button">Save</button> <i class="pull-right glyphicon" ng-class="{'glyphicon-chevron-down': status.open, 'glyphicon-chevron-right': !status.open}"></i>
</accordion-heading>
This is just some content to illustrate fancy headings.
</accordion-group>
這裏的plunker ..
我可以爲Save功能提供功能嗎? – forgottofly
你想要保存什麼? – 2016-04-28 13:49:01