select2'select2-selecting'事件多次触发

时间:2016-08-08 10:26:57

标签: angularjs select2

   $('#myFoodTypes').on("select2-selecting", function (e) {
                scope.chnageFoodType(e.choice.text);
            });
  

scope.changefoodType()

在更改myfoodTypes时,

方法被调用大约11次。

0 个答案:

没有答案