【发布时间】:2016-06-23 16:24:01
【问题描述】:
MaterializeCSS 选择重复选项(使用ng-repeat)不起作用。请协助!
<div class="col s12 input-field">
<select ng-model="selected-category" id="category" name="category" class="">
<option value="" selected>Choose Category</option>
<option ng-repeat="c in categories" value="c.catCode">{{c.catDescription}}</option>
</select>
</div>
【问题讨论】:
标签: angularjs materialize