How To Use Properly Ng-change On Angularjs Dropdown Element? June 29, 2023 Post a Comment I have this dropdownlist in my template: Solution 1: ng-change event can't pass ng-options current item as value. You already do have selected value inside your ng-model, so you can pass your model which already has o(current selected value)ng-change="list.getItems(list.currentItemsStatus.id)"Copy Share Post a Comment for "How To Use Properly Ng-change On Angularjs Dropdown Element?"
Post a Comment for "How To Use Properly Ng-change On Angularjs Dropdown Element?"