mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
7 lines
107 B
JavaScript
7 lines
107 B
JavaScript
angular
|
|
.module('bit.settings')
|
|
|
|
.controller('settingsController', function ($scope) {
|
|
|
|
});
|