角度 ng-model-options getterSetter 不起作用



我正在尝试使用ng-model-options getterSetter。但是我无法让它调用我的模型函数。

<input id="idShowDisabled2" type="checkbox" ng-model="myObj.Trev" ng-model-options="{ getterSetter: true }" />Show disabled feeds

如果我只使用常规模型,它可以工作:ng-model="ShowDisabled"。我也离开了这条线。

<input id="idShowDisabled" type="checkbox" ng-model="ShowDisabled" />Show disabled feeds

在这里小提琴:http://jsfiddle.net/GrimRob/qc5qtg5q/26/

该功能使用 1.3,但在 1.2 中使用 ng-change 实现并不困难

最新更新