I'm learning coding in ionic2 framework with angularJs2. While using ion-select in ngFor(similar to ng-repeat) in ion-list I'm facing issue. If i change single list item dropdown value then whole list value gets changed. Html Page and output screen.
When I select "1"from dropdown then whole list value gets changed. How can I change only the particular list item index dropdown so that it wont affect other.
Can anyone help me regarding this?