Hello Everyone,

I tried to use angular-strap. But I am not able to add links in popover. 
Can anyone suggest me a way to do it?????

For reference : http://mgcrea.github.io/angular-strap/#/page-one#popovers

$scope.popover = {
  "title": "Title",
  "content": "Hello Popover<br />This is a multiline message!"
};


<!-- Button to trigger a default popover with a scope as an object 
{title:'', content:'', etc.} --> <button type="button" class="btn btn-lg 
btn-primary" data-placement="bottom" data-animation="am-flip-x" bs-popover=
"popover">Click to toggle popover <br> <small>(using an object)</small> </
button> <!-- You can also use data-attrs to assign scope variables --> <
button type="button" class="btn btn-lg btn-primary" data-placement=
"top-right" title="{{popover.title}}" data-content="{{popover.content}}" 
data-trigger="focus" bs-popover>Click to toggle popover <br> <small>(using 
data-attrs)</small> </button> <!-- You can use a custom html template with 
the `data-template` attr --> <button type="button" class="btn btn-lg 
btn-danger" title="{{popover.title}}" data-content="{{popover.content}}" 
data-template="popover/docs/popover.tpl.demo.html" data-animation=
"am-flip-x" bs-popover>Custom Popover <br> <small>(using data-template)</
small> </button>
 

It will simply show title and content. I want to add a html link as 
content. There is any way to perform it.????

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to