使用angularjs中选择的当前月份创建组合框

时间:2014-05-25 09:10:06

标签: javascript jquery angularjs combobox

我正在尝试创建一个角度为几个月的组合框,并选择当前月份。我试过以下

<select data-ng-init="searchObj.searchMon = months[{currMonth}]" data-ng-model="searchObj.searchMon" data-ng-options="mon as mon.label for mon in months">

其中currMonth在范围中定义为当前月份的索引,以月为单位。帮助我完成这个。任何帮助将不胜感激。 感谢

1 个答案:

答案 0 :(得分:0)

months[{currMonth}]替换为months[currMonth]