## Basic Usage ### Installation Install Angular Time Picker with [Bower](http://bower.io) ```bash bower install angular-time-picker --save ``` ### Usage **Include the required libraries in your index.html / corresponding html file(s)** ```html ``` **Inject the `wingify.timePicker` module into your app** ```js angular.module('myApp', ['wingify.timePicker']); ``` ```html ```