Skip to content

Commit

Permalink
(fix) add proper class to avoid displaying the chips' line
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Aug 6, 2015
1 parent 2f122f1 commit 78975b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/MailerUI/UIxMailViewTemplate.wox
Expand Up @@ -34,7 +34,7 @@
</div>
</div>

<md-chips ng-model="viewer.message.flags" ng-change="viewer.changeFlags()">
<md-chips class="sg-readonly" ng-model="viewer.message.flags" ng-change="viewer.changeFlags()">
<md-chip-template>{{viewer.service.$tags[$chip][0]}}</md-chip-template>
<md-autocomplete
md-selected-item="viewer.tags.selected"
Expand Down

0 comments on commit 78975b9

Please sign in to comment.