Javascript - How do I assemble a list of inputs using an array that is array of another object

0

I have a scenario to mount a grid in frontend , but that I can not mount.

I get my backend um JSON containing a list. This list has two fields: Order and Size, and to mount on screen, the field Order will be the title (ranging from 00 to 14) and the size will be the value of the imput. Does anyone know how I can implement this? I'm using AngularJS .

Detail: After mounted, and if it is updated, I must return those values by parsing again so that it returns to the original list. Thanks for the help right away.

    
asked by anonymous 11.04.2016 / 14:26

0 answers