Hi i'm using bootstrap with angularjs to my project. I searched and tried some methods for show some text in tooltip. But its not working. Code is here... please help me out
<div popover-placement="up" popover-trigger="mouseenter" popover=" Help contents displays here"> Help? </div>
<div data-toggle="tooltip" title="Help contents displays here tooltip"> Help? </div>
These two methods also not working... How to fix it?