(html) Colorize event/task categories chips

This commit is contained in:
Francis Lachapelle
2016-03-01 14:30:36 -05:00
parent 9b58693873
commit 68cb3d091c
4 changed files with 10 additions and 2 deletions
@@ -41,6 +41,9 @@
<md-list-item ng-show="editor.component.categories.length > 0">
<md-chips class="sg-readonly" ng-model="::editor.component.categories" readonly="true">
<md-chip-template>
<span class="sg-chip-color" style="z-index: 1">
<span ng-style="{ 'background-color': editor.service.$categories[$chip] }"><!-- color --></span>
</span>
<span>{{$chip}}</span>
</md-chip-template>
</md-chips>