View on GitHub

ITDateTimePicker

AngularJS Directive using Material Design principals meant to integrate with Angular-Material library.

Download this project as a .zip file Download this project as a tar.gz file

Sample {{selectedDate|date:'short'}}

    <script src="bower_components/it-date-time-picker/dist/itDateTimePicker-min.js"></script>
    <link rel="stylesheet" href="bower_components/angular-material/angular-material.css"/>
    <link rel="stylesheet" href="bower_components/it-date-time-picker/dist/styles/itDateTimePicker.css"/>
    

      <it-date-time-picker
              ng-model="selectedDate">
      </it-date-time-picker>
      <it-time-picker
              ng-model="selectedDate">
      </it-time-picker>
    

Authors and Contributors

Shaun Husain(@shusain) co-owner Intellectual Tech Inc.

Contributions in the form of issues or pull requests welcome