Skip to content

Commit c64e0ba

Browse files
committed
fix(ngShow): WP fix for ngShow. Closes #3498
1 parent 34ed2d0 commit c64e0ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: scss/_util.scss

+7
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,10 @@
287287
display: inline-block;
288288
}
289289
}
290+
291+
// ng-show fix for windows phone
292+
// https://www.hoessl.eu/2014/12/on-using-the-ionic-framework-for-windows-phone-8-1-apps/
293+
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak,
294+
.x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
295+
display: none !important;
296+
}

0 commit comments

Comments
 (0)