diff --git a/scss/_util.scss b/scss/_util.scss index 37106784d2e..8b9d4c719ca 100644 --- a/scss/_util.scss +++ b/scss/_util.scss @@ -287,3 +287,10 @@ display: inline-block; } } + +// ng-show fix for windows phone +// https://www.hoessl.eu/2014/12/on-using-the-ionic-framework-for-windows-phone-8-1-apps/ +[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, +.x-ng-cloak, .ng-hide:not(.ng-hide-animate) { + display: none !important; +} \ No newline at end of file