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

@@ -60,6 +60,10 @@ angular
$scope.$broadcast('settingsSessions');
};
$scope.domains = function () {
$scope.$broadcast('settingsDomains');
};
$scope.delete = function () {
$scope.$broadcast('settingsDelete');
};