Andrew
4325025deb
fix(collectionRepeat): fix data change while page disconnected, computed dimensions while no data
...
Closes #3240 . Closes #3238 .
2015-03-07 13:59:19 -07:00
perry
75c37d2a7d
Merge branch 'master' of github.com:driftyco/ionic
2015-03-05 10:45:55 -07:00
perry
fb5e88c2cd
test(infiniteScroll): fix inconsistent failing unit test
2015-03-05 10:45:20 -07:00
Andrew
5f2b499fab
test(): fix tests on safari
2015-03-05 09:56:16 -07:00
Andrew
4a0e317231
test(collectionRepeat): fix tests to add a timeout.flush()
2015-03-04 10:44:50 -07:00
Andrew
3d12853593
fix(loading): options.hideOnStateChange: also hide on stateChangeError
...
Closes #3051 .
2015-02-26 14:02:39 -07:00
Andrew
864b46aa81
fix(collectionRepeat): restore scrollView's normal behavior when repeater is destroyed
...
Closes #2078 .
2015-02-26 13:16:02 -07:00
Andrew
6ee117770b
test(collectionRepeat): make tests not rely on browser sorting obj keys
2015-02-26 12:57:44 -07:00
Andrew
d27c5a3c3a
test(collectionRepeat): add tests for getComputedStyle()
2015-02-26 12:37:37 -07:00
Andrew
d7dc94618a
test(collectionRepeat): add grid (dynamic & static) tests
2015-02-25 14:34:15 -07:00
Andrew
e87449440e
test(collectionRepeat): fix faulty tests
2015-02-25 10:21:01 -07:00
Andrew
4f4df5c4a5
test(collectionRepeat): add more resizing unit tests
2015-02-24 14:37:45 -07:00
Andrew
bb866da3d7
refactor(collection-repeat): performance
2015-02-24 13:24:51 -07:00
Adam Bradley
9cc61ecdce
fix(tabs): fire leaving life cycle events
...
Closes #2869
2015-02-16 14:40:23 -06:00
perry
df6dcb96f6
fix(scroll): cleanup native scroll listeners only if activated
2015-02-13 11:51:06 -06:00
Becky Conning
bffbee40d0
feat(tabs): Allow disabled tab items
2015-02-12 14:46:24 -06:00
Adam Bradley
04a0cce134
refactor(lifecycle): disconnect leaving scope after transition
...
Closes #2818
2015-02-11 08:37:23 -06:00
Adam Bradley
3628ebac16
fix(tabs): reload tab after previous clearHistory()
...
Closes #2664
2015-02-10 16:39:25 -06:00
Andrew
b49444c3bc
feat(collectionRepeat): add collection-buffer-size, collection-refresh-images attrs
...
Closes #1742 .
2015-02-10 09:44:11 -07:00
perry
4afc767721
feat(refresher): allow spinner to be none. closes #2926
2015-02-09 14:36:26 -06:00
Andrew
6fa75b7fff
fix(viewSwitcher): do not finish transition from bubbled transitionend events
...
Closes #3006 . Closes #3063 .
2015-02-09 12:03:00 -07:00
Andrew
603577fd61
test(collectionRepeat): fix tests to match new changes
2015-02-06 14:52:47 -07:00
Andrew
878c81706d
fix($ionicLoading): make hideOnStateChange work if loader is delayed
...
Closes #3022 .
2015-02-06 11:28:51 -07:00
perry
658451cbc6
feat(refresher): add elastic drag to native scrolling refresher
2015-02-05 14:30:39 -06:00
perry
7134114bd5
feat(refresher): Allow refrsher to work with native scrolling
...
This update allows `<ion-refresher>` to work with native scrolling. Native scrolling can be enabled in the state deffinition, through the `$ionicConfigProvider` like `$ionicConfig.scrolling.jsScrolling(false);` or in the controller directly. It should function exactly the same as with JS scrolling enabled.
This is a merge of the wip-scrolling branch.
2015-02-05 11:41:53 -06:00
perry
c85730e32b
test(infiniteScroll): add test for custom spinners in infiniteScroll
2015-01-21 16:34:07 -06:00
perry
7913ee0f28
fix(collectionRepeat): properly display sibling elements after a collection-repeat
2015-01-21 16:00:16 -06:00
Adam Bradley
0e11a087a2
refactor(toggle): platform config toggle styles
2015-01-21 12:55:12 -06:00
perry
65aa2af95d
feat(infiniteScroll): upgrade infinite scrolling spinner to use new ion-spinner directive
2015-01-20 21:44:01 -06:00
Adam Bradley
6471995a0d
refactor(spinners): rename loaders to spinners
2015-01-20 13:05:06 -06:00
perry
838996815c
fix(collectionRepeat): Properly calcuate list height and show ion-infinite-scroll. Fixes #2376
2015-01-19 17:24:53 -06:00
Adam Bradley
6f50c87ec3
feat(icons): svg loaders and ionicons v2.0.1
2015-01-15 15:35:12 -06:00
perry
7d181d215a
test(infiniteScroll): Fix unit test for PhantomJS bug
...
Phantom JS bug details: https://github.com/ariya/phantomjs/issues/11289
2015-01-14 17:29:45 -06:00
perry
54c27ff85b
feat(scrolling): Allow native scrolling to be configurable, add infinite scroll support for native scrolling
2015-01-14 17:04:42 -06:00
Adam Bradley
d24ac308c3
test(platform): iOS from iPod user agent
2015-01-09 08:54:22 -06:00
Adam Bradley
2e0b1116f4
test(platform): verify chrome UA doesn't set is iOS
2014-12-31 09:29:17 -06:00
Adam Bradley
71cb2023dc
fix(popover): extend options to modal service
...
Closes #2724
2014-12-15 09:40:58 -06:00
Adam Bradley
69c733a7cb
feat(actionsheet): cssClass option
2014-12-12 22:25:17 -06:00
Adam Bradley
916ff63d46
feat(popup): cssClass option
2014-12-12 22:12:04 -06:00
Adam Bradley
c764c9e5fe
Merge branch 'master' of https://github.com/alextrs/ionic into alextrs-master
2014-12-12 22:05:16 -06:00
Adam Bradley
916b276ba3
fix(popover): default values overwrites options
2014-12-12 22:01:36 -06:00
Adam Bradley
3baa66c313
refactor(delegateService): expose ionic.DelegateService
...
This change makes the DelegateService available on the ionic namespace.
It is useful so external directives can follow the delegate pattern set
by the framework itself.
2014-12-12 20:33:02 -06:00
Adam Bradley
d6bff56445
feat($ionicView.unloaded): emit when view unloaded
2014-12-12 16:27:41 -06:00
Perry Govier
161bf811cd
test(header): has-tabs-top test accounts for footer
2014-12-12 11:41:26 -06:00
Adam Bradley
460dc4fc96
fix(cache): remove between histories using maxCache(0)
2014-12-11 09:15:20 -06:00
Adam Bradley
9f4faa4aa4
fix(slidebox): add delegate filter
2014-12-10 08:25:44 -06:00
Perry Govier
f2705c6376
test(header): remove describe iit
2014-12-09 18:04:55 -06:00
Perry Govier
3c330bc030
amend(header): fix for has-tabs-top false positive
2014-12-09 17:51:01 -06:00
Andrew
2910f508a9
refactor(): put old sliderView back
2014-12-09 14:51:48 -07:00
Adam Bradley
c35d69115e
refactor(scrollView): do not update if not rendered
2014-12-09 15:27:06 -06:00