angularjs - How can I populate a SELECT in a data grid? -
i have object:
phraseformid = [ { id: 1, name: 'word' }, { id: 2, name: 'sentence' } ];
what change read row.formid select element display , can choose new values:
<div> <div>{{ row.formid}}</div> </div>
can give me ideas how can this?
thanks
certainly not sure, looking have on fiddle, simple enough start with. let me know, if problem statement different.
using
ng-repeat
fiddle: http://jsfiddle.net/u3pvm/26336/
Comments
Post a Comment