1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-17 07:53:46 +00:00

importer instructions

This commit is contained in:
Kyle Spearrin
2017-01-04 00:11:27 -05:00
parent 0914776152
commit ac6a3caa8f
5 changed files with 155 additions and 68 deletions

View File

@@ -6,8 +6,7 @@
$uibModal.open({
animation: true,
templateUrl: 'app/tools/views/toolsImport.html',
controller: 'toolsImportController',
size: 'sm'
controller: 'toolsImportController'
});
};