1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

add missing accessibility titles

This commit is contained in:
Kyle Spearrin
2017-11-23 22:15:51 -05:00
parent 388a65f25f
commit 634aa43694
7 changed files with 17 additions and 6 deletions

View File

@@ -4,8 +4,10 @@ export class CipherItemsController implements ng.IController {
onSelected: Function;
onView: Function;
constructor(private i18nService: any) {
i18n: any;
constructor(private i18nService: any) {
this.i18n = i18nService;
}
view(cipher: any) {