Skip to content

Commit

Permalink
Update for latest md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Jun 2, 2016
1 parent 87283ac commit 9a2ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI/Templates/MailerUI/UIxMailMainFrame.wox
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
<md-list>
<md-list-item md-virtual-repeat="folder in account" md-item-size="48" md-on-demand="md-on-demand"
class="md-default-theme md-background md-hue-1"
ng-class="{'md-bg': folder.id == app.service.selectedFolder.id}"
ng-dblclick="app.editFolder(folder)">
ng-class="{'md-bg': folder.id == app.service.selectedFolder.id}">
<div ng-class="'sg-child-level-' + folder.level">
<md-icon class="ng-hide"
ng-hide="folder.children.length">{{app.metadataForFolder(folder).icon}}</md-icon>
Expand All @@ -83,6 +82,7 @@
</div>
<p class="sg-item-name ng-hide"
ng-click="app.selectFolder($event, account, folder)"
ng-dblclick="app.editFolder(folder)"
ng-show="app.editMode != folder.path">
{{app.metadataForFolder(folder).name}}
<span class="sg-counter-badge ng-hide" ng-show="folder.unseenCount">{{folder.unseenCount}}</span>
Expand Down

0 comments on commit 9a2ce55

Please sign in to comment.