Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Want to show full alphabet #15

Open
subhashisrouth opened this issue Aug 16, 2016 · 1 comment
Open

Want to show full alphabet #15

subhashisrouth opened this issue Aug 16, 2016 · 1 comment

Comments

@subhashisrouth
Copy link

Hi,
Thanks for wonderful works, however I noticed that not all alphabets are not showing, alternate alphabets are showing, but I want to show all alphabet A to Z.
How to do that?
Please Help me.

@klammt
Copy link

klammt commented Oct 27, 2016

Hi,
open the ion-alpha-scroll.js and change line 20 from:
'<li ng-click="alphaScrollGoToList(\'index_{{letter}}\')" ng-repeat="letter in alphabet">{{$index%2 == 0 ? letter: "&bull;"}}</li>'
to:
'<li ng-click="alphaScrollGoToList(\'index_{{letter}}\')" ng-repeat="letter in alphabet">{{letter}}</li>'

This should remove the bullet-points.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants