angular.module('toolbarDemo1', ['ngMaterial']) .controller('AppCtrl', function($scope) { }) .directive('svgIcon', function() { return { restrict: 'E', replace: true, template: '' } });