Improve sgFolderTree directive for mobile

This commit is contained in:
Francis Lachapelle
2014-12-02 09:45:01 -05:00
parent e90cfa46f5
commit b6bb8ab0ad
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -69,7 +69,8 @@
scope: {
root: '=sgRoot',
folder: '=sgFolder',
setFolder: '=sgSetFolder'
setFolder: '=sgSetFolder',
edit: '=sgEdit'
},
template:
'<ion-item option-buttons="buttons" class="item-icon-left item-icon-right"' +