@@ -8,18 +8,18 @@ angular.module('app')
88 transclude : true ,
99 scope : { title : '@' , template : '@' , options : '@' } ,
1010 template : '' +
11- '<section layout-margin class="md-whiteframe-z1 panel-widget">' +
12- ' <md-toolbar md-theme="custom" class="md-hue-1 panel-widget-toolbar">' +
13- ' <div class="md-toolbar-tools">' +
14- ' <h3 class="panel-widget-tittle">{{title}}</h3>' +
15- ' <span flex></span>' +
16- ' <md-button ng-show="options" ng-click="$showOptions = !$showOptions" class="md-icon-button" aria-label="Show options">' +
17- ' <i class="material-icons">more_vert</i>' +
18- ' </md-button>' +
19- ' </div>' +
20- ' </md-toolbar>' +
21- ' <div ng-include="template"/>' +
22- '</section>' ,
11+ '<section layout-margin class="md-whiteframe-z1 panel-widget">' +
12+ ' <md-toolbar md-theme="custom" class="md-hue-1 panel-widget-toolbar">' +
13+ ' <div class="md-toolbar-tools">' +
14+ ' <h3 class="panel-widget-tittle">{{title}}</h3>' +
15+ ' <span flex></span>' +
16+ ' <md-button ng-show="options" ng-click="$showOptions = !$showOptions" class="md-icon-button" aria-label="Show options">' +
17+ ' <i class="material-icons">more_vert</i>' +
18+ ' </md-button>' +
19+ ' </div>' +
20+ ' </md-toolbar>' +
21+ ' <div ng-include="template"/>' +
22+ '</section>' ,
2323 compile : function ( element , attrs , linker ) {
2424 return function ( scope , element ) {
2525 linker ( scope , function ( clone ) {
0 commit comments