From 501b954c471c9a8d23e952d6805a8f1d8903df0a Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Mon, 6 Nov 2017 15:59:17 +0200 Subject: [PATCH] Fix issue with angular not rendering... --- tns-core-modules/ui/page/page.ios.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tns-core-modules/ui/page/page.ios.ts b/tns-core-modules/ui/page/page.ios.ts index c36efccbc..9d538ae7f 100644 --- a/tns-core-modules/ui/page/page.ios.ts +++ b/tns-core-modules/ui/page/page.ios.ts @@ -440,10 +440,10 @@ export class Page extends PageBase { return true; } - // Don't add modal pages our visual tree. - if (child !== this.content) { - return true; - } + // // Don't add modal pages our visual tree. + // if (child !== this.content) { + // return true; + // } const nativeParent = this.nativeViewProtected.subviews[0]; const nativeChild = child.nativeViewProtected;