1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43: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

@@ -3,7 +3,11 @@ import * as template from './pop-out.component.html';
import { UtilsService } from '../../../services/abstractions/utils.service';
export class PopOutController implements ng.IController {
constructor(private $analytics: any, private $window: any, private utilsService: UtilsService) {
i18n: any;
constructor(private $analytics: any, private $window: any, private utilsService: UtilsService,
private i18nService: any) {
this.i18n = i18nService;
}
expand() {