Angular JS のドロップダウン変更イベントの問題に直面しています。ng-change イベントが発生しないことがあります。
<tr ng-repeat="Item in Items">
<td>
<select id="abc" ng-model="Item.Value"
ng-change="Change('P1',P2,{{Items.length}})"
ng-options="Val for Val in Options">
</select>
</td>
</tr>
誰が何が悪いのか説明してもらえますか?
ありがとう