18 Commits

Author SHA1 Message Date
b36feba66f chore(): remove unused imports 2016-04-29 15:51:43 -05:00
45e37ceb29 test(e2e): update all e2e tests to use a local path to ionic
this lets type errors to show up during development

closes #6366
2016-04-29 15:34:56 -04:00
89e01b49b8 test(infiniteScroll): do not use setter for InfiniteScroll 2016-04-17 00:56:23 -05:00
79dd0df90b test(infiniteScroll): build ViewChild example 2016-04-17 00:18:24 -05:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
b8cb12e25e chore(): remove console.debugs 2016-03-31 08:58:08 -05:00
d3d689ae11 style(sass): remove all PropertySortOrder errors from linter
references #5797
2016-03-14 15:56:19 -04:00
085088ee77 perf(infinitescroll): display none svg until needed
By default the SVG spinner should be display none at all times. Only
display block the SVG when the infinite scroll is in the loading state.

Closes #5776
2016-03-12 22:34:13 -06:00
fe04c51866 fix(infinitescroll): always check on scroll change
Previously infinite scroll would only do checks when it got to
scrollTop it’s never seen before. However, this then requires a reset()
function if the underlying data changes, which would become an API
gotcha that would be a common source of problems for developers. Always
checking on scroll change should have little performance impact since
it was always checking while scrolling down anyway, it just wasn’t
checking when scrolling up. Now it always checks.
2016-03-12 02:45:12 -06:00
b864dc4bee added method to reset _highestY 2016-03-11 11:56:57 +01:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
9b73422b7d test(infinitescroll): infinite-scroll w/in nav test 2016-03-07 16:40:01 -06:00
7ee0b528b0 fix(infinitescroll): only show spinner when loading
Closes #5690
2016-03-04 14:15:19 -06:00
a237c16bc0 chore(): use relative imports in tests 2016-03-02 15:43:51 -06:00
ce8eb5ba3b docs(demos): add infinite scroll demo
references driftyco/ionic-site#453
2016-02-29 18:44:09 -05:00
29d3bb1fcb refactor(infinite-scroll): rename the elements to include the word scroll
update API docs & rename endLoading function to complete.

references #5415
2016-02-29 15:49:41 -05:00
0480fa3b50 feat(infiniteScroll): add infinite scroll
Closes #5415
2016-02-29 11:13:31 -06:00