Perry Govier
ae87c66b12
fix(popup): backdrop release fires with every close
2014-08-05 11:16:46 -05:00
Adam Bradley
06086ee9ae
fix(header): buttons do not align in Android 4.4
...
Closes #1614
2014-08-05 10:23:23 -05:00
Max Lynch
64641b1be0
fix(viewService): No error on clearHistory for empty history
2014-08-04 14:17:54 -05:00
Adam Bradley
c1215aa300
feat(popover): created popovers
2014-07-31 14:43:29 -05:00
Perry Govier
ddda809b57
feat(tabs): Expand striped android style tab functionality. Closes 1694
2014-07-30 15:52:53 -05:00
Max Lynch
38781403bb
Simple form update
2014-07-30 11:41:56 -05:00
Perry Govier
2993159f2a
test(forms): add the new forms test to snapshot tests
2014-07-29 12:48:41 -05:00
Max Lynch
89999cadb1
fix(forms): Normalized form styles
2014-07-29 10:32:40 -05:00
Perry Govier
4f6d02cfcb
refactor(modal): trigger resize event on the window when modal opens
...
A better approach to resolving an issue with collection-repeat sizing itself properly. This keeps directives independent of eachother.
2014-07-24 14:45:40 -05:00
Perry Govier
1fbd3c5632
fix(collectionRepeat): properly display collection repeat inside a modal
2014-07-24 12:44:29 -05:00
Perry Govier
4e6ba5b818
refactor(scroll): minor tweak to make unit tests happy
2014-07-24 12:27:42 -05:00
Andrew
74711cbc36
test(): remove iit
2014-07-24 11:15:50 -06:00
Andrew
79bcfb149f
test(gesture): fix gesture directive tests
2014-07-24 11:15:26 -06:00
Perry Govier
3d0a46efe8
fix(scroll): anchor scroll should scroll to IDs that are multiple levels beneath the scroll view. Closes #1804
2014-07-21 14:58:29 -05:00
Andrew
26ca840dfc
feat($ionicLoading): add $ionicLoadingConfig constant for default options
...
Closes #1800
2014-07-21 08:22:43 -06:00
Andrew
7e20424a87
test(platform): fix unit tests for setting platform to null
2014-07-21 08:22:07 -06:00
Andrew
537b29d0bb
fix(toggle): fix ngChange being reported before model changes
...
Closes #1349 , #1741
BREAKING CHANGE:
ion-toggle no longer has an isolate scope.
This will break your toggle only if you were relying upon the toggle
having an isolate scope: if you were referencing `$parent.value` as
the ng-disabled attribute, for example.
Change your code from this:
<ion-toggle ng-disabled="{{$parent.isDisabled}}"></ion-toggle>
To this:
<ion-toggle ng-disabled="{{isDisabled}}"></ion-toggle>
2014-07-10 23:51:55 -06:00
Perry Govier
79fb1e4941
feat(checkbox): add disabled and emotion styles to ion-checkbox. Closes #1683 and #1509
2014-07-10 17:04:22 -05:00
Perry Govier
bb6976ad54
feat(tab): options 'hidden' attribute for tabs. Closes #1666 , #1673
2014-07-09 17:10:43 -05:00
Andrew
4f10a72306
fix(list): make reorder/delete button animation work well on all devices
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
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
Andrew
da8a24d174
test(ionList): remove tap-disabled from tests
2014-07-07 13:17:19 -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
e3db08563b
fix(sideMenu): when drag-content=false, allow drag-to-close
...
Closes #1419
2014-07-07 12:42:51 -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
Perry Govier
7630bd419f
fix(loading): Prevent clicks on modal views when loading is active. Closes #1720
2014-07-03 16:16:21 -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
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
Adam Bradley
39a2fb7892
test(viewState): move ion-nav-buttons location
2014-06-23 09:31:27 -05:00
Perry Govier
4a2296dcae
fix(header): add iOS 8 support to iOS header fix. assumes all iOS will have 7 style headers. closes #1625
2014-06-18 16:16:44 -05:00
Perry Govier
c8ced5af1d
test(select): removing native UI select elements from snapshot tests since they vary so much from OS to OS, browser to browser
2014-06-18 15:22:20 -05:00
Adam Bradley
2e3b854658
fix(tap): get containing label of deeply nested element
...
The `tapContainingElement` method was not working correctly to climb up
the DOM of a clicked element to potentially find an ancestor label
element. Closes #1643
2014-06-18 15:03:52 -05:00
Tim Lancina
ad08b341ce
fix(keyboard):don't setKeyboardShow on date/time inputs
...
Closes #1638 .
2014-06-18 14:33:34 -05:00
Perry Govier
9ff1b965bf
fix(listItem): apply color styles to complex list items
2014-06-18 13:38:24 -05:00
Andrew Joslin
b2585f19ca
fix(collectionRepeat): fix scroll when item bigger than viewport
...
Closes #1621
2014-06-17 17:42:10 +00:00
Andrew Joslin
b4b94073d5
fix(gestureDirectives): fix problem with event being passed in
2014-06-17 13:16:31 +00:00
Adam Bradley
e5b81c3bee
test(tap): update tests so nodeType exists
2014-06-16 15:28:42 -05:00
Andrew Joslin
22053edb46
test(navBackButton): disable android platform test
2014-06-12 15:01:05 -06:00
Max Lynch
0e647e77af
Holding off on platform tweaks just yet
2014-06-12 13:29:01 -05:00
Adam Bradley
90b4d34630
refactor(gestures): $event local and simplify init
2014-06-12 11:40:23 -05:00
Adam Bradley
a2dcaf13cc
feat(gestures): added gesture directives
...
Closes #829
2014-06-12 10:49:07 -05:00
Andrew Joslin
bea69fe46c
amend(platform-backButton): do not set icon if icon child exists
2014-06-12 09:23:30 -06:00
Andrew Joslin
cec3a42236
fix(ionNavBackButton): stop flicker when pressing back on ios
2014-06-11 16:07:38 -06:00
Max Lynch
c30be67f65
feat(platforms): Android and iOS Specific Styles and Transitions
2014-06-11 16:48:53 -05:00