I am trying to use the Bootstrap tooltip in an app of mine. My app is using AngularJS Currently, I have the following:
easiest way , add $("[data-toggle=tooltip]").tooltip(); to the concerned controller.
$("[data-toggle=tooltip]").tooltip();