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