Integrate md-icon using the Material Icons font

This commit is contained in:
Francis Lachapelle
2015-07-03 21:42:21 -04:00
parent b39dedd2d2
commit 2337d4057f
28 changed files with 441 additions and 441 deletions
@@ -120,14 +120,14 @@
<input type="text" ng-model="attach.value"
sg-focus-on="attachUrl_{{$index}}"/>
</md-input-container>
<md-button class="iconButton" type="button" ng-click="editor.component.deleteAttachUrl($index)">
<i class="md-icon-remove-circle"><!-- remove --></i>
<md-button class="sg-icon-button" type="button" ng-click="editor.component.deleteAttachUrl($index)">
<md-icon>remove_circle</md-icon>
</md-button>
</div>
</div>
<div class="md-layout-margin" layout="row" layout-align="start center">
<md-button class="iconButton" type="button" ng-click="editor.addAttachUrl($event)">
<i class="md-icon-add"><!-- plus icon button--></i>
<md-button class="sg-icon-button" type="button" ng-click="editor.addAttachUrl($event)">
<md-icon>add_circle</md-icon>
</md-button>
<label class="button-label">
<var:string label:value="Attach"/>
@@ -150,12 +150,12 @@
</md-select>
</md-input-container>
</div>
<md-button type="button" class="iconButton"
<md-button type="button" class="sg-icon-button"
label:aria-label="repeat_CUSTOM"
ng-show="editor.component.repeat.frequency != 'never'"
ng-click="editor.toggleRecurrenceEditor()">
<i ng-class="{'md-icon-more-horiz': !editor.showRecurrenceEditor,
'md-icon-clear': editor.showRecurrenceEditor}"><!-- toggle custom rule --></i>
<md-icon ng-class="{'icon-more-horiz': !editor.showRecurrenceEditor,
'icon-clear': editor.showRecurrenceEditor}"><!-- toggle custom rule --></md-icon>
</md-button>
</div>
<div ng-show="editor.showRecurrenceEditor" class="sg-subcontent">