我在同一個web應用程序中使用angular-ui和bootstrap,並且在嘗試使用ui-select2組件時遇到了問題:在下拉列表中選擇一個元素時,它不會顯示在組件中,但它顯示爲空,但ng模型關聯變量正確更新。 如果我從主頁面中刪除了bootstrap.js文件,這種奇怪的行爲就會消失。 有沒有人曾經同時使用angular-js和bootstrap和/或誰知道任何調整申請讓他們一起工作? UP
我正在嘗試使用select2加載ajax。 這裏是我的代碼: clonedTemplate.find('[id^=detailsPhaseFinanceMinor_]').select2({
placeholder: "Select",
minimumInputLength: 1,
ajax: { // instead of writing the function