Angelo Lakra
fd75abd7f3
docs(animation): fixing a typo in the animation service
2014-07-09 17:19:31 -05:00
Perry Govier
bb6976ad54
feat(tab): options 'hidden' attribute for tabs. Closes #1666 , #1673
2014-07-09 17:10:43 -05:00
Andrew
208ef13d54
fix(collectionRepeat): patch ngSrc/ngHref to fix a bug with falsy values
...
Fixes #1674
2014-07-08 15:27:41 -06:00
Andrew
b1bcece8d1
refactor(list): remove extra class
2014-07-08 11:37:44 -06:00
Andrew
4f10a72306
fix(list): make reorder/delete button animation work well on all devices
2014-07-08 11:32:43 -06:00
Andrew
0e89fb3aee
refactor(sideMenu#isDraggableTarget): clearer wording
2014-07-08 11:32:43 -06:00
Perry Govier
a56e647ba2
fix(select): prevent ion-item text from overlapping select input. Closes #1735
2014-07-08 11:06:46 -05:00
Andrew
7388418661
refactor(sideMenu): isDraggableTarget: s/this/self
2014-07-08 08:35:13 -06:00
Andrew
ab500f2e0c
fix(sideMenu): when a drag on content is disallowed, do not prevent default
...
Closes #1725
2014-07-08 08:32:37 -06:00
Perry Govier
a2fe834a61
docs(content): mention has-bouncing attribute. Closes #1737
2014-07-07 15:30:51 -05:00
Andrew
ed4f22889e
feat(ionModalView): ion-modal-view to wrap template instead of <div class="modal">
...
Closes #1668 .
`<div class="modal">` will still work, but adding an `<ion-modal-view>`
element to wrap a modal template is a more "Ionic Looking" way of doing
the same thing.
2014-07-07 13:43:12 -06:00
Andrew
b7f45e7ca5
fix(view): don't affect history when inside a modal
...
Closes #1667
2014-07-07 13:38:28 -06:00
rysi3k
5da1ecd0e2
fix(scrollView): cloned input for keyboard-scroll now matches original
...
Closes #1721
2014-07-07 13:24:09 -06:00
Andrew
da8a24d174
test(ionList): remove tap-disabled from tests
2014-07-07 13:17:19 -06:00
Dominik Schreiber
4c6916d30d
docs($ionicGesture): update .off() parameters to match code
...
Closes #1734
Coming from the documentation `$ionicGesture.off` had to be called like `$ionicGesture.off('swipe', mySwipe, myElement)`. Instead, it has to be called with the gesture returned from `$ionicGesture.on` and the type+callback to remove.
I added the `@returns {ionic.Gesture} ...` to `.on` to make clear that this returns the gesture you may want to remove later on. I also made the documentation for `.off` match the function signature.
2014-07-07 13:15:53 -06:00
Joilson Marques
8f8086092f
feat(ionSlideBox): add 'auto-play' attr to optionally disable auto-play
...
Closes #1552
2014-07-07 13:14:58 -06:00
Andrew
2e9d0965a5
fix(ionList): allow scrolling while reorder or delete is active
...
Closes #1703
2014-07-07 13:03:52 -06:00
Andrew
e3db08563b
fix(sideMenu): when drag-content=false, allow drag-to-close
...
Closes #1419
2014-07-07 12:42:51 -06:00
Andrew
685111ef89
refactor(tap): use !! to check boolean in classList check
2014-07-07 12:28:17 -06:00
Andrew
5bf75321fc
fix(tap): only check classList on tap target if it has classList
...
Closes #1677
2014-07-07 12:26:36 -06:00
Andrew
1c789f8a88
fix(scrollView): always stay exactly within boundaries after bounce
...
Closes #1736
2014-07-07 12:18:20 -06:00
Andrew
d5d38bb081
refactor(collectionRepeat): add a require-able controller to the directive
2014-07-07 11:48:44 -06:00
Andrew
c482d477af
refactor(collectionRepeatDataSource): remove accidental test variable
2014-07-07 11:47:13 -06:00
Andrew
cdba48f196
fix(navBar): only add default animation if there is no custom animation
...
Closes #1671
2014-07-07 11:40:21 -06:00
Andrew
22a81fe82c
test(list): use timeout.flush()
2014-07-06 14:29:33 -06:00
MGMsystems
ba56bb983f
feat(ionSideMenu): add edge-drag-threshold, delegate edgeDragThreshold()
...
Closes #1570
2014-07-06 14:22:26 -06:00
Andrew
ba1859b308
fix(ionReorderButton): stop ngRepeat:dupes error when reordering
...
Closes #1601 .
BREAKING CHANGE: Reordering with ion-reorder-button no longer changes the order of the items in the DOM.
This change will only break your list if you were not using the
onReorder callback as described in the documentation.
Before, while reordering an element in a list Ionic would swap the
elements underneath as the reordering happened. This sometimes caused
errors with angular's ngRepeat directive.
Now, reordering an element in a list does not change the order of
elements in the DOM. It is expected that the end developer will use the
index changes given in the `onReorder` callback to reorder the items
in the list. This is simple to do, see the [examples in the
ionReorderButton
documentation](http://ionicframework.com/docs/api/directive/ionReorderButton/ ).
2014-07-06 13:39:56 -06:00
Sergii Iushchuk
0dad2ed6e8
fix(sliderView): "getBoundClientRect" typo
2014-07-04 19:56:28 -06:00
Andrew
365b5a6bd6
refactor(scrollController): remove console.logs
2014-07-04 19:56:28 -06:00
Perry Govier
306fe04702
fix(list): add extra margin-bottom to the last list if the list is also a card. Fixes #1708
2014-07-03 17:15:30 -05:00
Perry Govier
7630bd419f
fix(loading): Prevent clicks on modal views when loading is active. Closes #1720
2014-07-03 16:16:21 -05:00
townside
c2dbb31856
docs(headerFooter): Typo
2014-07-03 14:13:26 -05:00
Perry Govier
889482e048
fix(tap): fire input behavior when tap/clicking file input label. Closes #1699
2014-07-02 18:27:07 -05:00
Ionitron
39f6e3acfb
release: v1.0.0-beta.9 "gadolinium-gator"
v1.0.0-beta.9
2014-07-02 23:13:47 +00:00
Perry Govier
0e9c27ea29
pre-release: v1.0.0-beta.9
2014-07-02 18:11:35 -05:00
Perry Govier
19c40986af
chore(jshint): clearing semicolon warnings
2014-07-02 14:08:18 -05:00
Perry Govier
1b51231e8f
docs(collectionRepeat): Noting that the dimensions must be known ahead of item creation. Closes #1707
2014-07-01 10:12:57 -05:00
FabianSperrle
9f7960c98b
docs(navBar): Corrected typo
2014-06-30 13:40:36 -05:00
Max Lynch
8582cac5aa
Update README.md
2014-06-28 22:00:27 -05:00
Perry Govier
704fe402e7
fix(radio): suport ng-disabled. Closes #1684
2014-06-27 15:58:17 -05:00
Perry Govier
3e6ce1831b
fix(popup): if popup is taller than the window, shrink the popup body and make it scrollable. Closes #1679
2014-06-27 11:27:06 -05:00
Perry Govier
f4043e673c
fix(footerBar): fixed top border position on retina displays. Closes #1661
2014-06-25 14:47:02 -05:00
Andrew
9b601b5523
fix(scrollController): allow tab $historyId to remember scroll
...
Fixes a bug with tabs, where tabs would only remember their scroll
position when directly related to a view state.
Closes #1654
2014-06-24 09:57:53 +09:00
Andrew
86ce480696
fix(sliderView): find width properly when element is transformed
...
Fixes #1313
2014-06-24 09:39:03 +09:00
Max Lynch
5433d3f84c
Removed box shadow animation
2014-06-23 19:13:16 -05:00
Max Lynch
6eefee3d7e
fix(headerBar): scroll to top
2014-06-23 15:02:06 -05:00
Tim Lancina
f2f55199b9
fix(scrollView): clonedInputs get placeholder text if any
2014-06-23 11:42:58 -05:00
Adam Bradley
39a2fb7892
test(viewState): move ion-nav-buttons location
2014-06-23 09:31:27 -05:00
Perry Govier
501282fd42
docs(content): add start-y parameter to ion-content documentation. Closes #1324
...
Here's an example http://codepen.io/perrygovier/pen/GEIwc
2014-06-19 17:59:44 -05:00
Perry Govier
e6dda6a517
fix(modal): remove iOS style header padding from inset headers in modal popups on iPad in portrait mode. Closes #1605
2014-06-19 17:38:09 -05:00