Skip to content

Commit

Permalink
fix(ngShow): WP fix for ngShow. Closes #3498
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Apr 24, 2015
1 parent 34ed2d0 commit c64e0ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_util.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c64e0ba

Please sign in to comment.