mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
initial commit of source
This commit is contained in:
8
src/Vault/wwwroot/app/tools/toolsImportController.js
Normal file
8
src/Vault/wwwroot/app/tools/toolsImportController.js
Normal file
@@ -0,0 +1,8 @@
|
||||
angular
|
||||
.module('bit.tools')
|
||||
|
||||
.controller('toolsImportController', function ($scope, apiService, $uibModalInstance, cryptoService, cipherService, $q, toastr) {
|
||||
$scope.close = function () {
|
||||
$uibModalInstance.dismiss('cancel');
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user