1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

domain rules page setup with new APIs

This commit is contained in:
Kyle Spearrin
2017-01-09 22:26:20 -05:00
parent 74945e03ce
commit 605bdd0ea0
8 changed files with 201 additions and 0 deletions

View File

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