1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

load item view cipher

This commit is contained in:
Kyle Spearrin
2018-01-24 00:06:05 -05:00
parent 5703782a0f
commit b16ae24d58
7 changed files with 28 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ export class FallbackSrcDirective {
constructor(private el: ElementRef) {
}
@HostListener('error') OnError() {
@HostListener('error') onError() {
this.el.nativeElement.src = this.appFallbackSrc;
}
}