Thursday 15 January 2015

javascript - qtip2 for HTML elements created in an angularjs function -



javascript - qtip2 for HTML elements created in an angularjs function -

i have part of html

<ul class="list-group" ng-repeat="thing in things"> <li class="list-group-item" ng-bind-html="tmpfcn(thing.text, thing.objects)"></li> </ul>

which every iteration returns text hyperlinks inside. e.g.

i winter

i want utilize qtip each of hyperlinks different content each hyperlink. i've defined qtip directive i've tested html element this

<span qtip="this message printed"> hover on me</span>

and works fine.

i've looked @ many solutions similar problems this couldn't code work.

could provide guidelines? illustration bereally helpful well.

javascript html angularjs qtip qtip2

No comments:

Post a Comment