I am trying to use the Bootstrap tooltip in an app of mine. My app is using AngularJS Currently, I have the following:
var app = angular.module('MyApp', ['mgcrea.ngStrap']);
MyButton