I have the following problem and do not know how to solve it:
I have a list of items in the ng-repeat for each item need to add a combobox cascade, for example: for the item 1 to I have the first combobox with category 1, when I select a category should appear subcategories of the combobox 1(category 1), but the creating of the combobox should be dinamic, without know the quantity of the combobox that go to create for eatch items of the ng-repeat. Something like this: