mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 19:53:43 +00:00
Convert global module to TypeScript. (#397)
This commit is contained in:
committed by
Kyle Spearrin
parent
f5ccc22076
commit
7c525d3f3a
5
src/popup/app/global/base.controller.ts
Normal file
5
src/popup/app/global/base.controller.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class BaseController implements ng.IController {
|
||||
constructor($scope: any, i18nService: any) {
|
||||
$scope.i18n = i18nService;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user