1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

added vault searching

This commit is contained in:
Kyle Spearrin
2018-04-09 10:50:28 -04:00
parent 0728adf50e
commit 9d737f76d1
7 changed files with 99 additions and 13 deletions

View File

@@ -26,6 +26,8 @@ const BroadcasterSubscriptionId = 'CiphersComponent';
templateUrl: 'ciphers.component.html',
})
export class CiphersComponent extends BaseCiphersComponent implements OnInit, OnDestroy {
searchText: string;
constructor(cipherService: CipherService, private route: ActivatedRoute,
private router: Router, private location: Location,
private ngZone: NgZone, private broadcasterService: BroadcasterService,