Andrew
0145dc372d
fix(scrollDelegate): revert change that made all scroll* methods blur inputs
...
Closes #2745
2015-02-06 11:28:51 -07:00
Andrew
878c81706d
fix($ionicLoading): make hideOnStateChange work if loader is delayed
...
Closes #3022 .
2015-02-06 11:28:51 -07:00
perry
e0543ea35c
Merge branch 'master' of github.com:driftyco/ionic
2015-02-05 14:30:45 -06:00
perry
658451cbc6
feat(refresher): add elastic drag to native scrolling refresher
2015-02-05 14:30:39 -06:00
Andrew
4f0598dd47
fix(collectionRepeat): don't rerender on window resize when view is cached
...
Closes #2677 .
2015-02-05 12:54:53 -07: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
Andrew
7fec8480e5
fix(ionItem): properly hide option buttons on scroll in collection-repeat
...
Closes #1811 . Closes #2804 .
2015-02-05 09:45:37 -07:00
mhartington
a7b8944479
docs(tabs): mention for tabs
2015-02-03 09:05:08 -05:00
Adam Bradley
658d539e16
chore(): fix borked merge
2015-02-02 21:25:34 -06:00
Adam Bradley
5356cbb2fb
Merge branch 'master' of https://github.com/driftyco/ionic
2015-02-02 21:20:08 -06:00
Adam Bradley
223d89624d
style(): main angular references
2015-02-02 20:49:04 -06:00
Adam Bradley
df791bbcf9
chore(): remove unused $$ionicAttachDrag
2015-02-02 20:30:10 -06:00
Damian Karzon
dd66b7b937
Merge branch 'windows' of https://github.com/dkarzon/ionic into windows
...
Conflicts:
js/angular/service/viewService.js
2015-02-01 08:17:59 +13:00
Damian Karzon
8b4b800f16
Fixed touch scrolling and the js errors on windows
...
Conflicts:
js/angular/service/viewService.js
2015-02-01 08:16:56 +13:00
perry
acd0ff8f8c
fix(sideMenu): check whether drag is enabled before dragging
2015-01-23 11:35:16 -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
2f0d08e178
docs(spinners): fix styles
2015-01-20 13:41:00 -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
mhartington
fdf06be0e5
docs(ionList): add example controller
2015-01-16 17:06:41 -05:00
Adam Bradley
6cf336ae83
docs(navView): forward view caching
2015-01-16 15:45:03 -06:00
Adam Bradley
add5de8d90
docs(ionLoader): ionLoader docs
2015-01-16 15:12:19 -06:00
Adam Bradley
9f98f7580d
docs(ionicConfigProvider): fix link
2015-01-16 12:40:18 -06:00
Adam Bradley
6f50c87ec3
feat(icons): svg loaders and ionicons v2.0.1
2015-01-15 15:35:12 -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
955f44110b
feat(pullToRefresh): add on-pull-progress
...
Add the ability to get the progress of a user’s pull to refresh, while
they’re pulling down the refresher.
2015-01-05 08:17:11 -06:00
Perry Govier
2f4ebb85cf
docs(navbar): getting rid of alternate use section since it's now an anti-pattern
2015-01-02 16:35:59 -06:00
Adam Bradley
b837fb24e2
feat(actionsheet): android style/layout, iOS update
2014-12-31 15:56:29 -06:00
Adam Bradley
61a8353c76
refactor(actionsheet): improve styles/layout
2014-12-31 13:38:17 -06:00
Adam Bradley
cb77f299e3
Merge pull request #2826 from mikejpeters/bug/header-align
...
fix($ionicHeader): call align() w/ no args on $ionicHeader.align
2014-12-31 11:46:58 -06:00
Adam Bradley
2480746f2f
style(): remove unused code
2014-12-31 10:05:02 -06:00
Mike Peters
73875447ae
Explicitly call align() with no args on $ionicHeader.align. Addresses #2825
2014-12-28 19:13:49 -08:00
Perry Govier
46f56ba4e1
docs(formatting): bringing attention to certain beta14 related concepts
2014-12-17 17:37:15 -06:00
Perry Govier
0f5bed6743
docs(menuToggle): paragraph spacing
2014-12-17 14:15:06 -06:00
Perry Govier
a7a21fb939
docs(menuToggle): reorder paragraphs
2014-12-17 14:11:42 -06:00
Perry Govier
c6c0f1ddb6
docs(menuToggle): typo
2014-12-17 14:07:09 -06:00
Perry Govier
bafa5c7202
docs(menuToggle): Mention enable-side-menu-with-back-views in the menu-toggle docs
2014-12-17 13:59:02 -06:00
Perry Govier
c06f668e87
docs(navView): correct markdown formatting
2014-12-15 14:48:21 -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
896ae66b34
Merge branch 'master' of https://github.com/zz911/ionic into zz911-master
2014-12-12 21:40:11 -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
Adam Bradley
6eb7eb192c
Merge pull request #2390 from wesleycho/perf-infinite-scroll
...
perf(infiniteScroll): Use isolate scope
2014-12-12 15:27:36 -06:00