MaterializeCSS Angular DatePicker Directive
An AngularJS directive for the MaterializeCSS Framework's DatePicker.
Installation
Through bower:
bower install angular-materializecss-datepicker
Through npm
npm install angular-materializecss-datepicker
Usage
Include MaterializeCSS in your app:
Include both Angular.js and the Angular Materialize DatePicker directive in your app:
Add the module angularMaterializeDatePicker in your app:
var myapp = angular;
Use the directive on input controls:
Some Date
License
Released under the terms of the MIT License.