Skip to content

Commit

Permalink
feat(layer): update material visibility icon (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
gignacnic authored and mbarbeau committed Jun 6, 2017
1 parent 5a21cfa commit 1861f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/layer/layer-item/layer-item.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h4 md-line>{{layer.title}}</h4>
(click)="toggleVisibility()">
<md-icon>
<ng-container *ngIf="layer.visible">
layers
visibility
</ng-container>
<ng-container *ngIf="!layer.visible">
layers_clear
visibility_off
</ng-container>
</md-icon>
</button>
Expand Down

0 comments on commit 1861f24

Please sign in to comment.