How can I do grouping of items in a collection-repeat as it does in the API doc at http://ionicframework.com/docs/api/directive/collectionRepeat/.
The demo at the API doc for collection-repeat has a ‘item-divider’ inserted whenever the first letter of the last name changes, so it could group all last names of “A”, all last names of “B”, etc.