Commit Graph

292 Commits

Author SHA1 Message Date
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
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
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
Max Lynch
9f437a8c2b fix(scroll): ion-scroll swallows scroll events by default. Fixes #2695 2014-12-12 15:11:28 -06:00
Perry Govier
b6e2fbad88 amend(tabs): prevent footer from having tabs top and re-add $tabs-striped-off-opacity 2014-12-12 11:32:53 -06:00
Max Lynch
35173c8d32 fix(item): option button enables swiping 2014-12-11 13:18:46 -06:00
Adam Bradley
9f4faa4aa4 fix(slidebox): add delegate filter 2014-12-10 08:25:44 -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
Perry Govier
11e1bab0e0 fix(header): remove bottom border when footer has tabs-top 2014-12-09 13:24:27 -06:00
Adam Bradley
e53581b805 fix(header): update title align after rAF 2014-12-08 12:03:08 -06:00
Perry Govier
4130c5a1c3 docs(assorted): updating docs for legibility
mostly relating to beta 14 related changes
2014-12-08 10:48:30 -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
3bcda3f2f1 fix(modal): align header title after viewable 2014-12-04 15:11:15 -06:00
Adam Bradley
9513eb60ba style(jscs): code formatting 2014-12-03 01:04:40 -06:00
Adam Bradley
0fd6e915aa fix($ionicTabsDelegate): find active tab instance 2014-12-02 15:43:28 -06:00
Adam Bradley
767362bebd fix(tabs): remove unselected tabs on clearCache 2014-12-02 11:50:28 -06:00
Andrew
cd5aaa5df2 feat(slideBox): add on-slide-start callback 2014-12-01 16:10:53 -07:00
Adam Bradley
55b35b5409 feat(ionNavTitle): HTML nav-bar titles 2014-12-01 15:56:35 -06:00
Andrew
3f33a3cd1c refactor(slideBox): store/retrieve slide content scope in a more robust manner 2014-12-01 13:18:35 -07:00
Andrew
a49e577db8 fix(collectionRepeat): parse collection-item-height/width to int
Closes #2633.
2014-12-01 10:58:44 -07:00
Adam Bradley
bba9e795ca fix(menuClose): expire nextViewOptions 2014-12-01 10:41:40 -06:00
Adam Bradley
92d0385cb1 chore(tab): do not add .pane to ion-nav-view tab 2014-11-30 10:20:26 -06:00
Andrew
597e28c957 refactor(slideBox): properly use size of parent, perf increase 2014-11-30 03:14:29 -07:00
Adam Bradley
3ddaf34722 fix(collectionRepeat): rerender after resize/enter
Previously on every `beforeEnter`, collection-repeats within a
ion-nav-view would rerender. However, this is only necessary when the
window resizes. The rerender already works when the collection-repeat
is within the active view because the scroll view has accurate
dimensions. But when the collection-repeat is within a cached view it
does not have dimensions, causing the rerender to incorrectly place its
items. This update will only rerender the collection-repeat if there
was a window resize, and the scroll view which the collection-repeat
was in, did not have dimensions at the time of the resize. If/when the
view becomes the active view again, the collection-repeat will rerender
on `afterEnter` when the scroll view has accurate dimensions.
2014-11-30 01:01:56 -06:00
Adam Bradley
3e31614fb4 fix(tabs): wrap inline tab content
Closes #2637
2014-11-29 22:26:29 -06:00
Adam Bradley
05fb7a09ea refactor(backButton): separate show/hide logic 2014-11-26 12:46:15 -06:00
Andrew
ba78a016b1 amend(collectionRepeat): remove accidental revert 2014-11-26 09:33:23 -07:00
Adam Bradley
070724c522 docs(navButtons): immediate descendant note 2014-11-25 16:40:48 -06:00
Andrew
c1f4cbd773 fix(collectionRepeat): fix error when switching back to collection-repeat after resizing 2014-11-25 11:12:11 -07:00
Andrew
b9829e755a refactor(navView): expose self.scope as navView $scope 2014-11-25 11:06:31 -07:00
Adam Bradley
0c1b23d980 feat(checkbox): checkbox-square/platform updates 2014-11-24 13:37:09 -06:00
Adam Bradley
0951b97f06 fix(delegates): find active instance 2014-11-23 22:42:59 -06:00
Adam Bradley
60f76b2f01 refactor(navViewController): move view switcher logic
Move some of the $ionicViewSwitcher logic into the navViewController so
each ionNavView is capable of updating its own child ionView elements.
2014-11-20 16:12:44 -06:00
Andrew
1202f04047 docs(ionSlideBox): update example 2014-11-20 11:21:23 -07:00
Thiery Laverdure
422ac6acff Update menuToggle.js
Matched parent element to description in usage.
2014-11-19 22:30:02 -05:00
Adam Bradley
57bf4f1683 fix(backButton): add .header-item class
Add the .header-item class to each of the root child items of a nav
header bar. This gives CSS more power to state what should and should
not be shown during the different states of a transition, specifically
for iOS nav bar transitions.
2014-11-19 12:44:15 -06:00
Adam Bradley
b4e4055a06 refactor(backButton): separate show/enable logic
Previously the showBack property was setting if the back button should
or should not be enabled, and it was also used if the back button
should be hidden or not for the view. Changed it so there are now two
concepts, where showBack is visual only, and enableBack determines if
it should show according to $ionicHistory and navigation info.
2014-11-19 11:38:14 -06:00