(html) Fix template of sgFolderTree directive

This commit is contained in:
Francis Lachapelle
2015-04-20 12:21:00 -04:00
parent ecad0c367f
commit 0f21c02a5f
@@ -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"' +