Files
ionic-framework/js/angular/directive
Adam Bradley 3ddaf34722 fix(collectionRepeat): rerender after resize/enter
Previously on every `beforeEnter`, collection-repeats within a
ion-nav-view would rerender. However, this is only necessary when the
window resizes. The rerender already works when the collection-repeat
is within the active view because the scroll view has accurate
dimensions. But when the collection-repeat is within a cached view it
does not have dimensions, causing the rerender to incorrectly place its
items. This update will only rerender the collection-repeat if there
was a window resize, and the scroll view which the collection-repeat
was in, did not have dimensions at the time of the resize. If/when the
view becomes the active view again, the collection-repeat will rerender
on `afterEnter` when the scroll view has accurate dimensions.
2014-11-30 01:01:56 -06:00
..
2014-10-12 16:44:13 -05:00
2014-09-17 10:31:51 -05:00
2014-11-10 21:06:33 -06:00
2014-06-04 10:41:53 -05:00
2014-11-10 21:06:33 -06:00
2014-11-19 22:30:02 -05:00
2014-04-14 10:47:27 -06:00
2014-07-31 14:43:29 -05:00
2014-07-31 14:43:29 -05:00
2014-08-11 22:22:54 -04:00
2014-08-20 12:29:20 -06:00
2014-11-29 22:26:29 -06:00
2014-11-23 22:42:59 -06:00