# Item List
#### Install with Bower
```sh
$ bower install git@git.vbio.top:ng/ng-boat-comp-promoter.git --save
```
#### Load the script files in your application
```html
```
#### Add the 'boat' and 'comp-promoter' module as a dependency to your application module:
```js
var App = angular.module('App', ['boat', 'bio', 'boat.comp-promoter']);
```
#### Finally, add the directive to your html, as attribute :
```html
```
#### opts
```js
{
type: type,
hashcode: hashcode,
}
```