首页 > 代码库 > angular学习

angular学习

ng-options:

*ng-model

<select class="bs-select form-control" ng-model="queryModel.gl_code" ng-options="c.gl_code as c.gl_name for c in queryModel.category"></select>

 

angular学习