アプリケーションのドロップダウンにselect2でangularjsを使用していますが、コントローラー内で変更イベントなどを取得する方法がわかりません。
ui-select2 data-on-somethinghappened="fnx" のように、属性を介して eventhandler 関数を宣言する方法はありますか?
または代わりに私の構成で?お気に入り:
appXpto.value('ui.config', {
select2: {
placeholder: 'Please select a value..',
onsomethinghappened:function(e){ ... }
}
});
前もって感謝します