1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 09:03:32 +00:00
Files
browser/src/popup/app/app.js
2016-09-03 00:03:13 -04:00

14 lines
218 B
JavaScript

angular
.module('bit', [
'ionic',
'angular-jwt',
'bit.services',
'bit.accounts',
'bit.current',
'bit.vault',
'bit.settings',
'bit.tools'
]);