mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-28 05:14:18 +00:00
(html) Fix template of sgFolderTree directive
This commit is contained in:
@@ -203,7 +203,7 @@
|
||||
},
|
||||
template:
|
||||
'<md-list-item>' +
|
||||
' <div>' +
|
||||
' <md-item-content layout="row" layout-align="start center" flex>' +
|
||||
' <i class="md-icon-folder"></i>' +
|
||||
' <button class="md-button md-flex sg-item-name">{{folder.name}}</button>' +
|
||||
' <md-input-container class="md-flex md-tile-content ng-hide">'+
|
||||
@@ -218,8 +218,8 @@
|
||||
' dropdown-toggle="#folderProperties"' +
|
||||
' options="align:right"><i class="md-icon-more-vert"></i></a>' +
|
||||
' </span>' +
|
||||
' </div>' +
|
||||
'</md-item>' +
|
||||
' </md-item-content>' +
|
||||
'</md-list-item>' +
|
||||
'<sg-folder-tree ng-repeat="child in folder.children track by child.path"' +
|
||||
' data-sg-root="root"' +
|
||||
' data-sg-folder="child"' +
|
||||
|
||||
Reference in New Issue
Block a user