Skip to content
Advertisement

Tag: angular-bootstrap

angular popover with html

Which is the correct way to use popver-html directive? I’d like to show an image through HTML img tag into my popover angular-bootstrap. I’ve created a scope variable $scope.html = “<img src=””+$scope.mysrc+””></img>” and I’ve put it into my directive <span popover-html=”{{html}}” popover-title=”…….” popover-trigger=”mouseenter”><a href=”#”>{{title}}</a></span> but I’ve this error: Uncaught Error: [$parse:syntax] ERROR popover-html Any suggestions? Answer Here’s a plunk guiding

Advertisement