From bcdc2629d7b289c48776169c350d8da3b74f64d4 Mon Sep 17 00:00:00 2001 From: ARC Date: Wed, 29 Apr 2015 21:54:40 -0400 Subject: I think I've solved the blank screen issue. I've created an app directive that is triggered on imageonload - that hides an ionic loading. When I first show the modal, I display a "please wait". Timeout of 15 second it goes away. Need to test more, but I think this mostly works --- www/templates/events-modal.html | 3 ++- www/templates/monitors-modal.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 4ff8bc8c..8f43b114 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -14,8 +14,9 @@
+ - + diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 5d559605..1d5e5488 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -16,7 +16,7 @@
- +
-- cgit v1.2.3