1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

tab layout for sharing center

This commit is contained in:
Kyle Spearrin
2017-02-20 23:29:00 -05:00
parent 877eb4d423
commit 24862f31b3
11 changed files with 203 additions and 91 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.shared')
.controller('sharedLoginsMeController', function ($scope, apiService, cryptoService, cipherService, $analytics) {
});