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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user