1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

add none folder from service layer

This commit is contained in:
Kyle Spearrin
2016-09-21 00:43:29 -04:00
parent fe2460bad8
commit 9a19acef22
4 changed files with 7 additions and 13 deletions

View File

@@ -25,10 +25,7 @@
popupUtils.initListSectionItemListeners();
$q.when(folderService.getAllDecrypted()).then(function (folders) {
$scope.folders = folders.concat([{
id: null,
name: '(none)'
}]);
$scope.folders = folders;
});
$scope.savePromise = null;