ng-repeat 设定select 选择项

 

                            <select class="form-control m-b" name="FPermissionID" ng-model="mgfunc.FPermissionID">
                                <option ng-repeat="x in mgpermissionInfo" value="{{ x.Id }}">{{ x.FName }}</option>
                            </select>

 

posted @ 2016-06-17 11:21  欣欣点灯  阅读(255)  评论(0编辑  收藏  举报