1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

$$ngIsClass fix for ESR

This commit is contained in:
Kyle Spearrin
2017-11-20 11:19:43 -05:00
parent 4ceac37849
commit 89b300f268
8 changed files with 28 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import * as template from './icon.component.html';
class IconController implements ng.IController {
export class IconController implements ng.IController {
cipher: any;
icon: string;
image: string;