Skip to content

Commit

Permalink
fully hide template if height <0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Sep 16, 2019
1 parent 293b65a commit a4128e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui-component/templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
ui-card-size="{{ me.item.width }}x{{ me.item.height }}"
class="nr-dashboard-template"
ng-class="{'nr-dashboard-disabled':me.item.disabled}"
ng-show="{{me.item.height >= 0}}"
>
</md-card>

0 comments on commit a4128e6

Please sign in to comment.