mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
change plan modal and adjust seat callouts
This commit is contained in:
@@ -29,6 +29,23 @@
|
||||
});
|
||||
};
|
||||
|
||||
$scope.changePlan = function () {
|
||||
var modal = $uibModal.open({
|
||||
animation: true,
|
||||
templateUrl: 'app/organization/views/organizationBillingChangePlan.html',
|
||||
controller: 'organizationBillingChangePlanController',
|
||||
resolve: {
|
||||
plan: function () {
|
||||
return $scope.plan;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
modal.result.then(function () {
|
||||
load();
|
||||
});
|
||||
};
|
||||
|
||||
$scope.adjustSeats = function (add) {
|
||||
var modal = $uibModal.open({
|
||||
animation: true,
|
||||
|
||||
Reference in New Issue
Block a user