标签: angularjs dropdown
我尝试使用以下解决方案从1月到12月按顺序显示月份,但面临一些问题。我从JSON格式的服务中获取数据。
ng-model =“month”ng-options =“currMonth for currMonth in months”
有人可以帮忙吗?