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
8 lines (7 loc) • 414 B
HTML
<div ng-controller="AppCtrl" ng-cloak md-theme="{{theme}}" class="container">
<p class="inset">
We have an interval that changes the color of the button from <code>red</code> to <code>blue</code> themes,
Open the dialog to see the theme being inherited to the dialog and any component inside
</p>
<md-button class="md-primary md-raised" ng-click="showAdvanced($event)">Open Dialog</md-button>
</div>