properly flag new folder as type folder

resolves #149
This commit is contained in:
Kyle Spearrin 2017-12-09 08:28:04 -05:00
parent 6cf4c453d9
commit 4ecf307285
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@
});
addModel.result.then(function (addedFolder) {
addedFolder.folder = true;
$rootScope.vaultGroupings.push(addedFolder);
loadGroupingData($rootScope.vaultGroupings);
});