1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-17 16:03:20 +00:00

misc cleanup

This commit is contained in:
Kyle Spearrin
2017-04-25 16:26:25 -04:00
parent 5c471e43dd
commit b0d2374960
7 changed files with 3 additions and 38 deletions

View File

@@ -17,12 +17,4 @@
controller: 'toolsExportController'
});
};
$scope.audits = function () {
$uibModal.open({
animation: true,
templateUrl: 'app/tools/views/toolsAudits.html',
controller: 'toolsAuditsController'
});
};
});