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