How to get an array from a table and fetch another table in Ionic and AngularJS

0

I have a field in a table with array numbers:

2;3;7;8;9;10;11;15;1

Each of these numbers corresponds to an ID of another table. I need to list the items in this other table according to the array. I can not come to a favorable logic.

Any solution?

    
asked by anonymous 19.12.2016 / 13:00

1 answer

1

I did a plunker to try to exemplify. See if that's what you need.

    
19.12.2016 / 14:08