1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

stubbed out folders and sync settings pages

This commit is contained in:
Kyle Spearrin
2016-09-21 17:14:01 -04:00
parent 142bc779d3
commit ef4b97b336
10 changed files with 141 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.settings')
.controller('settingsEditFolderController', function ($scope) {
});