1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

add $$ngIsClass on new comps for ESR support

This commit is contained in:
Kyle Spearrin
2017-11-28 10:36:04 -05:00
parent 8332e52a7b
commit 61c53115d9
12 changed files with 33 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import { Folder } from '../../../../models/domain/folder';
import { UtilsService } from '../../../../services/abstractions/utils.service';
import * as template from './add-folder.component.html';
class AddFolderController {
export class AddFolderController {
savePromise: any;
folder: {};
i18n: any;