I'm facing some issues trying to use the badge separately from the collapse feature.
$(function (e) {
$('[data-toggle="popover"]').popover({html: true})
})
$('.badge').click($(function (e) {
e.stopPropagation();
})
)
Check out the sample below: http://jsfiddle.net/Dhanck/sk269gw5/