mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
$$ngIsClass fix for ESR
This commit is contained in:
@@ -2,7 +2,7 @@ import * as template from './pop-out.component.html';
|
||||
|
||||
import { UtilsService } from '../../../services/abstractions/utils.service';
|
||||
|
||||
class PopOutController implements ng.IController {
|
||||
export class PopOutController implements ng.IController {
|
||||
constructor(private $analytics: any, private $window: any, private utilsService: UtilsService) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user