Closed iosdroid closed 5 years ago
hi, can you post an example?
Hi I have a array like $scope.players = [ {id:'1',name: 'Gene', team: 'alpha'}, {id:'2',name: 'George', team: 'alpha'}, {id:'3',name: 'Steve', team: 'beta'}, {id:'4',name: 'Paula', team: 'beta'}, {id:'5',name: 'Scruath', team: 'gamma'} ];
I want to show the select like albha
beta
gamma
Hi you can pass in a custom template, but it's not (yet) documented. see this codepen for an example of template customization:
I am in little confusion. can u create custom templates for my examples?
sorry but I am quite busy at the moment. If you are not in a hurry I will help ASAP. Maybe you can setup a codepen so that i can edit it?
No Issues..I am Wait for your example
select values group by some value its not working