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
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
Perry Govier
84b12b16ce
Merge branch 'master' of github.com:driftyco/ionic
2014-12-10 13:32:45 -06:00
Perry Govier
ae4a3bbd0f
fix(tabs): properly style ios tabs-top
...
Breaking Change: SCSS var $tabs-striped-off-opacity has been renamed to $tabs-off-opacity
2014-12-10 13:32:31 -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
Adam Bradley
129e69b081
fix(cache): do not cache view after history change
...
If a view is set to not be cached, and it is the first view that was
loaded, and the next navigation was to a different history with its own
ion-nav-views (tabs), then remove the first view. Also allow for the
cache state property to be a string ‘false’ and boolean false.
2014-12-09 10:53:31 -06:00
Perry Govier
b75708ad5c
fix(tabs): corrected default tabs-striped colors
2014-12-08 19:36:36 -06:00
Adam Bradley
7b39bc442e
fix(isActiveScope): find active scope
...
Find a slide box within a modal within the active tab within a side
menu, each history with cached views. Find the active scroll view with
multiple tabs. Find a slide box when the modal is attached to the tabs
controller.
2014-12-08 01:08:19 -06:00
Adam Bradley
37dd84c6de
fix(view): do not register abstract states
...
Closes #2642
2014-12-07 01:31:09 -06:00
Adam Bradley
871f79541c
Merge branch 'variable-subheader-height' of https://github.com/arturokunder/ionic into arturokunder-variable-subheader-height
2014-12-06 21:09:40 -06:00
Andrew
4986a42bd7
test(): remove ddescribe
2014-12-05 12:40:35 -07:00
Andrew
8d7c8903bb
feat($ionicLoading): allow options.hideOnStateChange
...
Closes #2676
2014-12-05 12:39:55 -07:00
Max Lynch
6edebbb689
feat(tabs): add active color state
2014-12-05 12:10:15 -06:00
Andrew
8fe58b4a24
amend(slideBox): check index validity when select happens
2014-12-04 13:42:17 -07:00
Andrew
ee1d5d9ce8
fix(slideBox): if selected binding is string, parse to integer
2014-12-04 13:33:21 -07:00
Adam Bradley
6a1c53301c
fix(sideMenu): enable menu w/ different historyId back view
2014-12-03 23:28:00 -06:00
Adam Bradley
ab15392f2b
test(viewTitle): ionView title attr test
2014-12-03 08:29:26 -06:00
Adam Bradley
6b4963ea6f
refactor(transition): no timeout after render
2014-12-03 01:57:51 -06:00
Adam Bradley
ab99b13be8
fix(tabs): remove cache=false tab view element
2014-12-02 23:49:36 -06:00
Andrew
cd5aaa5df2
feat(slideBox): add on-slide-start callback
2014-12-01 16:10:53 -07:00
Andrew
0981ba9775
test(slidebox): attr quotes
2014-12-01 14:14:17 -07:00