aquint / ion-alpha-scroll

Alphabetically indexed list with alpha scroll bar.
99 stars 35 forks source link

Jump to section not working #7

Closed MrPro100 closed 8 years ago

MrPro100 commented 9 years ago

When I click on the button index letters, nothing happensю

In Google console warning: Delegate for handle "alphaScroll" could not find a corresponding element with delegate-handle="alphaScroll"! anchorScroll() was not called! Possible cause: If you are calling anchorScroll() immediately, and your element with delegate-handle="alphaScroll" is a child of your controller, then your element may not be compiled yet. Put a $timeout around your call to anchorScroll() and try again.

Version ionic and Cordova:

Ionic: 1.6.4 Cordova: 5.1.1

MrPro100 commented 8 years ago

I resolve this - delegate-handle is array

officert commented 8 years ago

@MrPro100 how did you solve this issue? I'm running into the same thing.