1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-10 06:08:34 +02:00
bitwarden-browser/src/app/organization/organizationBillingController.js

7 lines
122 B
JavaScript
Raw Normal View History

2017-04-06 19:13:54 +02:00
angular
.module('bit.organization')
.controller('organizationBillingController', function ($scope) {
});