1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
This commit is contained in:
Kyle Spearrin 2017-11-08 22:03:50 -05:00
parent 30a2b878f6
commit e4076e95dd
2 changed files with 2 additions and 2 deletions

2
dist/.publish vendored

@ -1 +1 @@
Subproject commit 8839362e8f2c5262de7905376b6b88f8fc2699f1
Subproject commit 9d2a53eca056ba947302e3bbb3082a430a5b0b4d

View File

@ -14,6 +14,6 @@
});
$scope.goBilling = function () {
$state.go('backend.org.billing', { orgId: $state.params.orgId })
$state.go('backend.org.billing', { orgId: $state.params.orgId });
};
});