1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 05:13:40 +00:00

Moved domain rules page out from modal into it's own page

This commit is contained in:
Kyle Spearrin
2017-02-11 16:46:24 -05:00
parent 3f6637eb8f
commit 55a5fd49dc
7 changed files with 117 additions and 109 deletions

View File

@@ -48,10 +48,6 @@ angular
$scope.$broadcast('vaultAddFolder');
};
$scope.domains = function () {
$scope.$broadcast('settingsDomains');
};
$scope.import = function () {
$scope.$broadcast('toolsImport');
};