1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +00:00

Cipher service setup. Bind data for site view.

This commit is contained in:
Kyle Spearrin
2016-09-06 00:22:47 -04:00
parent e83d09ff6d
commit 0402ec648d
6 changed files with 127 additions and 51 deletions

View File

@@ -22,6 +22,7 @@
<script src="app/services/servicesModule.js"></script>
<script src="app/services/backgroundService.js"></script>
<script src="app/services/loginService.js"></script>
<script src="app/services/cipherService.js"></script>
<script src="app/accounts/accountsModule.js"></script>
<script src="app/accounts/accountsLoginController.js"></script>