# Angular Bootstrap Calendar ## Table of contents - [About](#about) - [Installation](#installation) - [Documentation](#documentation) - [Demo](#demo) - [Development](#development) - [License](#licence) ## About This plugin is an AngularJS port of the original jQuery bootstrap calendar that can be found here: http://bootstrap-calendar.azurewebsites.net/ The layout and functionality is intended to be exactly the same, but without the overhead of including jQuery just for a calendar. All credits for the UI/UX of the calendar go to the original author. Pull requests are welcome. ## Installation The calendar has a few dependencies, these are as follows, and must be included BEFORE the plugin files: * [AngularJS](https://angularjs.org/) 1.2+ * [Bootstrap](http://getbootstrap.com/) 3+ (CSS only) * [Moment.js](http://momentjs.com/) * [ui-bootstrap](http://angular-ui.github.io/bootstrap/) (tooltip and collapse plugins only if you want a custom build) It is recommended that you install the plugin and its dependencies through bower: ``` bower install --save angular-bootstrap-calendar ``` You will then need to include the JS and CSS files for the plugin: ```