Back to Material

Without trackBy

src/components/select/demoTrackBy/index.html

1.2.5333 B
Original Source

Without trackBy

Items {{ item.name }}

Initial model

{{ ::ctrl.selectedItem | json }}

Current model

{{ ctrl.selectedItem | json }}Model has changed

With trackBy

Items {{ item.name }}

Initial model

{{ ::ctrl.selectedItem | json }}

Current model

{{ ctrl.selectedItem | json }}Model has changed