mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
created home and splash pages
This commit is contained in:
6
src/popup/app/global/homeController.js
Normal file
6
src/popup/app/global/homeController.js
Normal file
@@ -0,0 +1,6 @@
|
||||
angular
|
||||
.module('bit.global')
|
||||
|
||||
.controller('homeController', function ($scope) {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user