1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

stub out org billing

This commit is contained in:
Kyle Spearrin
2017-04-06 13:13:54 -04:00
parent 653afe9f8b
commit 7591843220
4 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
angular
.module('bit.organization')
.controller('organizationBillingController', function ($scope) {
});