# Angular Boat Public #### Install with Bower ```sh $ bower install git@git.vbio.top:ng/ng-boat.git --save ``` #### Load the script files in your application ```html ``` #### Add the 'boat' module as a dependency to your application module: ```js var App = angular.module('App', ['boat']); ``` #### Dependencies - moment [docs](http://momentjs.com/docs/) [GitHub](https://github.com/moment/moment/) - jquery - font-awesome [docs](https://fortawesome.github.io/Font-Awesome/icons/) - bootstrap [docs](http://v3.bootcss.com/) - Angular - Underscore [docs](http://www.css88.com/doc/underscore/) - restangular [GitHub](https://github.com/mgonto/restangular)