UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

9 lines (6 loc) 220 B
<div ng-controller="AppCtrl" style='padding: 40px;' ng-cloak> <md-content> <h4>Date de naissance</h4> <md-datepicker ng-model="myDate" md-placeholder="Entrez une date"></md-datepicker> </md-content> </div>