Andrew
4a0e317231
test(collectionRepeat): fix tests to add a timeout.flush()
2015-03-04 10:44:50 -07:00
Andrew
80a6e637c4
amend(collectionRepeat): allow async loading of data
...
Closes #3226 .
2015-03-04 10:37:41 -07:00
Andrew
6c5555469c
amend(collectionRepeat): dont use node.contains, it doesnt exist on Android 4.3-
2015-03-04 10:18:09 -07:00
Andrew
56171a268f
fix(popover): only pop upwards if there's room above
...
Closes #3047 . Closes #3074 .
2015-02-27 09:20:28 -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
88aebad36e
fix(collectionRepeat): resize scrollView when data changes
...
Closes #2523
2015-02-24 14:45:34 -07:00
Andrew
4f4df5c4a5
test(collectionRepeat): add more resizing unit tests
2015-02-24 14:37:45 -07:00
Andrew
3befdd7429
amend(collectionRepeat): broadcast event when element changes positions
2015-02-24 13:47:16 -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
Adam Bradley
2b88b4feac
feat(spinners): add ionic color convention
...
Closes #3077
2015-02-10 15:21:05 -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
b7a0968933
fix(collectionRepeat): properly resize, but only when scrollView size actually changes
...
Closes #2935 . Closes #3054 .
2015-02-09 10:57:14 -07:00
Andrew
c631a8eff9
feat(ionSlideBox): hide/show pager depending on dynamic show-pager attribute
2015-02-09 09:40:22 -07:00
Andrew
603577fd61
test(collectionRepeat): fix tests to match new changes
2015-02-06 14:52:47 -07:00
Andrew
34e350b0b7
feat(collectionRepeat): automatically set width/height style to match collection-item-{width,height}
...
Closes #3034 . Closes #1806 .
2015-02-06 14:48:12 -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
Andrew
e90477c10e
amend(ionItem): fix hiding the optionButton at the wrong time in collectionRepeat
2015-02-05 10:10:54 -07: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
bf40b222be
fix(tabs): correct border visibility with android style tabs
2015-01-15 12:25:03 -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
b6c7f3f2d0
test(tap): fix tap tests from tolerance change
2014-12-15 10:40:37 -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