[Control] Color input shows selected color

Update color input to show selected color when expanded.
This commit is contained in:
Pete Richards 2016-04-05 11:57:45 -07:00
parent 70acef6905
commit e0a2d02d23

@ -27,6 +27,14 @@
<span class="l-click-area" ng-click="toggle.toggle()"></span>
<span class="ui-symbol icon">{{structure.glyph}}</span>
<span ng-style="{
background: ngModel[field],
display: 'inline-block',
height: '11px',
width: '11px',
}"
ng-show="ngModel[field]">
</span>
<span class="title-label" ng-if="structure.text">
{{structure.text}}
</span>
@ -62,4 +70,4 @@
</div>
</div>
</div>
</div>
</div>