前端之家收集整理的这篇文章主要介绍了
AngularJS实现select的ng-options功能示例,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
本文实例讲述了AngularJS实现select的ng-options功能。分享给大家供大家参考,具体如下:
controller
@H_
301_5@
html
@H_
301_5@
实现的DOM
required" ng-model="post.kmForumCategoryId" ng-options="theme.id as theme.name for theme in themeData"
required="">