1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

org create form on it's own page instead of modal

This commit is contained in:
Kyle Spearrin
2017-04-07 12:32:15 -04:00
parent d39d49fb8f
commit 71adf31f7b
7 changed files with 547 additions and 498 deletions

View File

@@ -73,14 +73,6 @@
});
};
$scope.createOrganization = function () {
$uibModal.open({
animation: true,
templateUrl: 'app/settings/views/settingsCreateOrganization.html',
controller: 'settingsCreateOrganizationController'
});
};
$scope.viewOrganization = function (id) {
$state.go('backend.org.dashboard', { orgId: id });
};