I have 2 related tables in the bank: The first table: if it is called restaurant the other Table: Cardapio. The Cardapio Table receives the primary key from the restaurant, so it becomes foreign until then, I get this information from the bank with an Api Php + Mysql I do the inner Join of the 2 tables and I get a Json: So I get this data with my Controller Angular Js and game for my view where I use Ng-repeat until all right it lists the names of Restaurants only that unfortunately repeats the names. Example I have a Restaurant in the Bank with Name of BABYS Gula if I go to the table menu and register 3 snacks for this restaurant the name of this Restaurant in my List repeats 3 times and repeats itself for those of more restaurants registered.
insert the image description here