I am currently working on a project with Foundation 5 and AngularJS. Here is the scenario I am facing:
- When clicking on a 'div' within an ng-repeat.
- I need to retrieve a specific list related to that div upon the click.
- Displaying that list within a tooltip/popover of the clicked div using ng-repeat.
What would be the best approach to create this tooltip?
I attempted:
- this particular library, but ran into some issues as outlined in this question.
- angular-foundation, yet the popovers available lack popover-template functionality (similar to ui.bootstrap).
In addition, I prefer not to utilize ui.bootstrap due to my reliance on Foundation 5 (Would this be unwise?).