You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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: "•"}}</li>'
to: '<li ng-click="alphaScrollGoToList(\'index_{{letter}}\')" ng-repeat="letter in alphabet">{{letter}}</li>'
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.
The text was updated successfully, but these errors were encountered: