Skip to content

Instantly share code, notes, and snippets.

@phund
Last active August 30, 2016 07:41
Show Gist options
  • Save phund/23b8e60092f2f729e0f3911234faf9cf to your computer and use it in GitHub Desktop.
Save phund/23b8e60092f2f729e0f3911234faf9cf to your computer and use it in GitHub Desktop.
Ionic fix bug: collection-repeat tried to compute the height of repeated elements "{item} in {items}", but was unable to. Please provide the "item-height" attribute
When use ionic with cache and collection repeat => catch unexpected errors
reference: https://forum.ionicframework.com/t/please-help-test-angular-1-3-improved-transitions-cached-views-etc/12528/160
[nav-view="cached"] {
display: initial;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment