Ionitron
90f1e9fed0
release: v1.0.0-beta.10 "gadolinium-gator"
2014-07-25 00:06:49 +00:00
Perry Govier
00ccd9c45c
pre-release: v1.0.0-beta.10
2014-07-24 19:04:34 -05:00
Perry Govier
c1cb4ca403
pre-release: v1.0.0-beta.10
2014-07-24 18:39:59 -05:00
Andrew
508848f93c
style(ionReorderButton): make sure it's not cutoff
2014-07-24 17:22:27 -06:00
Perry Govier
951a9d3523
fix(scroll): prevent native webkit scrollbars from showing
2014-07-24 16:52:58 -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
Adam Bradley
2dce7a74f7
fix(gesture): fix onSwipeDown
...
Closes #1810
2014-07-22 12:43:58 -05: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
Adam Bradley
5b50e120a1
fix(nav): remove disabled-pointer-events
...
Ensure `disable-pointer-events` has been removed if there is not
supposed to be an animated transition. Closes #1383 #1633
2014-07-21 10:34:55 -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
Flaky
56fbf3b375
docs(actionSheet): update example to have cancel method, which it needs
...
Closes #1770
Add cancel function to handle cancel clicks in example.
Otherwise throws error when used in own code.
2014-07-21 07:46:24 -06:00
rotorgames
114dad8cea
fix(button): fix button overflow causing whole screen to overflow left/right
...
Closes #1780
2014-07-21 07:42:49 -06:00
Jim Cummins
dd3ce2b55d
style(platform.scss): remove nested, unclosed comment
...
This nested unclosed comment breaks autoprefixer's parsing and causes
it to spike to 100% cpu.
No breaking changes in this commit. see diegonetto/generator-ionic#38
Cloes #1807
2014-07-21 07:39:04 -06:00
Andrew
cb36869889
fix(loading): stop resize flicker when showing & changing text
2014-07-18 15:45:29 -06:00
Perry Govier
81a7342fc7
fix(slidebox): default to not autoplay
2014-07-11 17:11:52 -05:00
Perry Govier
6b218042c8
fix(sidemen): scroll false causes sidemenu content to disappear. Closes #1485
2014-07-11 16:23:04 -05: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
Andrew
3dea57d8fb
docs(navBackButton): clarify custom back button action
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
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