Becky Conning
bffbee40d0
feat(tabs): Allow disabled tab items
2015-02-12 14:46:24 -06:00
Adam Bradley
ef512b8915
style(): check gesture exists
2015-02-12 10:01:17 -06:00
mhartington
c5b35eee97
fix(ionReorder): stop icon from hiding on reorder
2015-02-12 10:32:56 -05:00
Adam Bradley
9a88c4179d
feat(scroll): freeze scroll on ion-option-button swipe
...
Closes #2950
2015-02-12 09:01:50 -06:00
Adam Bradley
c0b0d78884
chore(angular): upgrade to angular v1.3.13
2015-02-11 15:45:59 -06:00
mhartington
eef1d32b04
fix(navButtons): fixed case where buttons would display under each other in 4.4
2015-02-11 13:08:34 -05:00
mhartington
cbe5c71ce4
feat(ionReorder): better animations
2015-02-11 12:23:23 -05:00
Adam Bradley
64786fb295
Merge pull request #3007 from scmsystm/master
...
refactor(tap): use cloneNode() to clone focused input
2015-02-11 11:22:22 -06:00
Adam Bradley
2885258d12
fix(history): index check before forwardViewId = null
2015-02-11 09:58:33 -06:00
Adam Bradley
bcc4eebfca
Merge branch 'pr/3059'
2015-02-11 09:56:44 -06:00
Adam Bradley
04a0cce134
refactor(lifecycle): disconnect leaving scope after transition
...
Closes #2818
2015-02-11 08:37:23 -06:00
Adam Bradley
3628ebac16
fix(tabs): reload tab after previous clearHistory()
...
Closes #2664
2015-02-10 16:39:25 -06:00
Adam Bradley
2b88b4feac
feat(spinners): add ionic color convention
...
Closes #3077
2015-02-10 15:21:05 -06:00
Adam Bradley
6c262efc86
chore(): correct deprecated console warning
...
Closes #2569
2015-02-10 14:33:15 -06:00
Adam Bradley
a5881eaeba
fix(gestures): improve drag/swipe response
...
Fixes #1729 , #2674
2015-02-10 12:06:04 -06:00
Andrew
9dbef80bf9
style(collectionRepeat): fix jshint errors
2015-02-10 09:46:58 -07:00
Andrew
b49444c3bc
feat(collectionRepeat): add collection-buffer-size, collection-refresh-images attrs
...
Closes #1742 .
2015-02-10 09:44:11 -07:00
Adam Bradley
892516d42b
fix(navBar): use $attrs['class'], not $attrs.class
...
Closes #3062
2015-02-09 21:16:54 -06:00
perry
65ab5f35a7
fix(tabs): corectly size ion-content when used with inline tabs. Closes #2781
2015-02-09 15:38:07 -06:00
perry
4afc767721
feat(refresher): allow spinner to be none. closes #2926
2015-02-09 14:36:26 -06:00
Adam Bradley
e8a70f3701
fix(scroll): do not click when scroll decelerating
...
Closes #1438 , #2223 , #2665
2015-02-09 14:04:57 -06:00
Andrew
9416d7d7fa
style(collectionRepeat): fix jshint errors
2015-02-09 12:04:17 -07:00
Andrew
6fa75b7fff
fix(viewSwitcher): do not finish transition from bubbled transitionend events
...
Closes #3006 . Closes #3063 .
2015-02-09 12:03:00 -07:00
Andrew
83cc181800
style(collectionRepeat): fix jshint errors
2015-02-09 11:58:51 -07:00
Andrew
b7a0968933
fix(collectionRepeat): properly resize, but only when scrollView size actually changes
...
Closes #2935 . Closes #3054 .
2015-02-09 10:57:14 -07:00
Andrew
ea912e80f0
docs(ionSlideBox): document how show-pager attribute can be dynamic
2015-02-09 09:43:11 -07:00
Andrew
c631a8eff9
feat(ionSlideBox): hide/show pager depending on dynamic show-pager attribute
2015-02-09 09:40:22 -07:00
Adam Bradley
1e0174af32
Merge pull request #3057 from Sourdoughh/patch-1
...
docs(): create commit convention link
2015-02-09 09:45:29 -06:00
Robert (Jamie) Munro
f949a44d41
Fix "'Cannot set property 'forwardViewId' of undefined'"
...
As found here:
http://forum.ionicframework.com/t/cannot-set-property-forwardviewid-of-undefined/15512/2
2015-02-09 11:31:53 +00:00
Jason Ly
1014645d6d
Update to README.srt
...
Created a link for the 'Commit Conventions'
2015-02-08 20:43:33 -08:00
Adam Bradley
d8bc155817
Merge pull request #3026 from listrophy/patch-1
...
docs(): suggestion on CONTRIBUTING
2015-02-08 20:06:41 -06:00
Adam Bradley
45b9f8ab24
Merge pull request #3029 from Paul-Isache/patch-1
...
docs(): update slide box documentation
2015-02-08 20:05:38 -06:00
Adam Bradley
995bdeb824
Merge pull request #3038 from imduffy15/patch-1
...
docs(): remove unrequired comma
2015-02-08 20:02:39 -06:00
Adam Bradley
958d565f1e
style(): jscs updates
2015-02-06 19:03:24 -06:00
Andrew
40b3a6ad97
amend(ionItem): make sure option buttons hide instantly for collectionRepeat
2015-02-06 16:50:15 -07:00
Adam Bradley
8ebde73d0b
feat(swipe): iOS swipe to go back
2015-02-06 16:29:50 -06:00
Andrew
c17812444f
style(collectionRepeat): s/leet hax/readable code
2015-02-06 15:17:27 -07:00
Andrew
371007c031
docs(collectionRepeat): remove note about changing your css, we do that for you now
2015-02-06 14:54:02 -07:00
Andrew
603577fd61
test(collectionRepeat): fix tests to match new changes
2015-02-06 14:52:47 -07:00
Andrew
34e350b0b7
feat(collectionRepeat): automatically set width/height style to match collection-item-{width,height}
...
Closes #3034 . Closes #1806 .
2015-02-06 14:48:12 -07:00
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
Adam Bradley
2f307867e0
refactor(actionsheet): update duration/timing
2015-02-05 14:45:59 -06: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
Ian Duffy
64df04e651
Remove unrequired comma
2015-02-05 20:15:44 +00: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