Fix md-select

This commit is contained in:
Francis Lachapelle
2015-02-27 08:17:17 -05:00
parent 855acccd6d
commit fefd4fc7c7
2 changed files with 5 additions and 4 deletions

View File

@@ -217,8 +217,9 @@
</md-input-container>
<div class="sg-toolbar-group">
<md-select class="sg-toolbar-sort md-contrast-light" label:placeholder="All">ALL
<md-select class="sg-toolbar-sort md-contrast-light" label:placeholder="All"
ng-model="search.filter">
<md-option value="all">ALL</md-option>
</md-select>
<span class="md-icon-create"><!-- icon --></span>
</div>

View File

@@ -316,8 +316,8 @@
</md-input-container>
<div class="sg-toolbar-group">
<md-select class="sg-toolbar-sort md-contrast-light" label:placeholder="All">ALL
<md-select class="sg-toolbar-sort md-contrast-light" ng-model="search.criteria">
<md-option value="all">ALL</md-option>
</md-select>
<span class="md-icon-create"><!-- icon --></span>
</div>