1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Added tld.js for domain parsing. Added view site clipboard functions and password visibility toggle.

This commit is contained in:
Kyle Spearrin
2016-09-12 22:37:59 -04:00
parent 5f39939d65
commit 8762d246cf
7 changed files with 75 additions and 12 deletions

View File

@@ -1,2 +1,2 @@
angular
.module('bit.vault', ['ngAnimate', 'toastr']);
.module('bit.vault', ['ngAnimate', 'toastr', 'ngclipboard']);