1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +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

@@ -67,14 +67,6 @@
});
};
$scope.domains = function () {
$uibModal.open({
animation: true,
templateUrl: 'app/settings/views/settingsDomains.html',
controller: 'settingsDomainsController'
});
};
$scope.delete = function () {
$uibModal.open({
animation: true,