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
14 lines (10 loc) • 338 B
HTML
<div ng-controller="AppCtrl" class="inset" ng-cloak style="height:300px; padding: 25px;">
<div layout="row">
<p>
Toast can have multiple actions:
</p>
<md-button ng-click="showCustomToast()" class="md-raised" style="padding-left: 10px;padding-right: 10px;">
Show Custom Toast
</md-button>
</div>
</div>