javascript - What's wrong with my loop here?
为情所困
为情所困 2017-06-17 09:15:42
0
2
845

How did it end up like this?

为情所困
为情所困

reply all(2)
仅有的幸福

Normally, ng-value is used to bind the value, such as
<option ng-model="x.isCheck" ng-value="x.id" name="{{x.id}}" ng-repeat=" x in orgNamelist"><option>
can also be used

<select ng-model="now" ng-options="x in orgNamelist"></select>

小葫芦

Did I make a mistake with the variable?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template