mirror of
https://github.com/bitwarden/web
synced 2026-01-02 16:43:24 +00:00
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
angular
|
|
.module('bit.organization')
|
|
|
|
.controller('organizationDashboardController', function ($scope) {
|
|
|
|
});
|