mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
init form models
This commit is contained in:
@@ -2,6 +2,7 @@ angular
|
||||
.module('bit.settings')
|
||||
|
||||
.controller('settingsAddFolderController', function ($scope, $q, folderService, $state, toastr) {
|
||||
$scope.folder = {};
|
||||
popupUtils.initListSectionItemListeners();
|
||||
$('#name').focus();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user