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