fix(overlay): do not dom cache views before overlays

Closes #5483
This commit is contained in:
Adam Bradley
2016-02-21 00:03:58 -06:00
parent 4fabadecb7
commit 4cae151d47
7 changed files with 131 additions and 13 deletions

View File

@@ -106,6 +106,7 @@ export class Modal extends ViewController {
constructor(componentType, data={}) {
super(componentType, data);
this.viewType = 'modal';
this.isOverlay = true;
}
/**