Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have tried to use below solution to display months in order from Jan-Dec but facing some problem. I am getting data from service in JSON format.
ng-model="month" ng-options="currMonth for currMonth in months"
Can anyone please help?