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

7 lines (6 loc) 193 B
angular .module('menuDemoCustomTrigger', ['ngMaterial']) .config(function($mdIconProvider) { $mdIconProvider .iconSet('call', 'img/icons/sets/communication-icons.svg', 24); });