Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Scroll to selected item in ons-list and Angular JS
-
I have an ons-list with ng-repeat. Need to scroll to selected item when list is done loading. Each item also has a unique ID. Tried to find the item and call scrollIntoView() or scroll() methods but they are undefined. How do I accomplish this ?
Thank you
Andy