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 (7 loc) 271 B
angular.module('cardDemo3', ['ngMaterial']) .config(['$mdIconProvider', function($mdIconProvider) { $mdIconProvider.icon('md-toggle-arrow', 'img/icons/toggle-arrow.svg', 48); }]) .controller('AppCtrl', function($scope) { $scope.imagePath = 'img/washedout.png'; });