3

I have an Ionic app that I'm developing, where I need to have a customized contacts list.

I want to display it similar to the local device contact display where a user can scroll to a alphabetized group by clicking on a letter on a vertical list to the right of all entries.

Anyone seen any good examples of this?

Again, using Ionic / Cordova

cnak2
  • 1,711
  • 3
  • 28
  • 53

1 Answers1

2

You can follow these link. It has ion-alpha-scroll that you are looking for.

ion-alpha-scroll

Regards.

Hardik Vaghani
  • 2,163
  • 24
  • 46
  • 2
    Here's the Ionic 2 version for anyone else who may stumble upon this: https://github.com/rossmartin/ionic2-alpha-scroll – shaneparsons Sep 15 '17 at 20:41