Skip to content
Advertisement

Tag: aurelia

Binding issue in repeat.for in aurelia

I have a list of cards that i populate, when i click on each card i want to get and display the correct items displayed for that card. The problem i am facing is that when i return an array its not binding the correct item to the specific card. This is my HTML my ts so this.categoryItemsTypes has the

Advertisement