1. Install the component via bower:
    bower install angular-bs-tooltip
  2. Install the pre-req script tags in your application header:
    <script src="/bower_components/angular-bs-tooltip/angular-bs-tooltip.js"></script>
  3. Setup the component in your Angular app
    angular.module('app', ['angular-bs-tooltip']);