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>
相關文章
相關標籤/搜索