1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +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

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