Fixed "fantom account"

This commit is contained in:
Benoit Favreault
2015-06-12 11:42:38 -04:00
committed by Francis Lachapelle
parent 00d2154c0e
commit a5c9f41375
3 changed files with 18 additions and 15 deletions
+1 -9
View File
@@ -287,15 +287,7 @@
<md-content md-scroll-y="md-scroll-y" class="md-flex">
<md-list ng-repeat="account in accounts track by account.id">
<md-item>
<md-item-content>
<div class="md-tile-content">
<md-button>
<span>{{account.name}}</span>
</md-button>
</div>
</md-item-content>
</md-item>
<h2 class="sg-md-subheader--static sg-padded">{{account.name}}</h2>
<sg-folder-tree ng-repeat="folder in account.$mailboxes track by folder.id" sg-root="account" sg-folder="folder" sg-select-folder="setCurrentFolder"><!-- tree --></sg-folder-tree>
</md-list>
</md-content>