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

10 lines (8 loc) 301 B
<div ng-controller="DemoCtrl as ctrl" layout="column" ng-cloak> <md-content class="md-padding"> <p> Click the button below to open the dialog with an autocomplete. </p> <md-button ng-click="ctrl.openDialog($event)" class="md-raised">Open Dialog</md-button> </md-content> </div>