Adam Bradley
d2df69d665
overflow:hidden to html element
2014-05-07 15:47:01 -05:00
Adam Bradley
08e4b3d95b
feat(platform): added isWindowsPhone() method
2014-05-07 14:48:36 -05:00
Adam Bradley
25c02a3f2c
add msTransform and msTransition to CSS polyfill
2014-05-07 14:10:00 -05:00
Adam Bradley
40cd6f7290
feat(touch-action): add touch-action: manipulation
...
IE supports `-ms-touch-action: manipulation`, and `touch-action` is
making it through the standards process.
2014-05-07 13:48:06 -05:00
Adam Bradley
a4a258ee72
refactor(icon): use :before when assigning ionicons
...
In order to assign the Ionicons font to the actual icon, and not the
font-family for button text, using the :before pseudo instead
2014-05-07 13:46:30 -05:00
Adam Bradley
08f0adb12b
fix(input): transparent bg for .item-input-inset input
2014-05-07 13:44:31 -05:00
Adam Bradley
930794cd9a
fix(button): fix icon vertical alignments for IE 10
2014-05-07 13:43:38 -05:00
Adam Bradley
98ee7ee293
chore(log): use console.log instead of .debug
...
Console statements get removed during builds, but when testing IE 10
does not support console.debug.
2014-05-07 13:42:48 -05:00
Adam Bradley
191464c98c
fix(CustomEvent): fix IE CustomEvent polyfill
...
#1131 #1231 #861
2014-05-07 13:40:28 -05:00
Andy Joslin
46586a45dd
chore(travis): update ionic-app-base on release
2014-05-07 07:43:42 -06:00
Andy Joslin
ac432363af
chore(package): update conventional-changelog to latest
2014-05-06 11:13:26 -06:00
Adam Bradley
64f0030b99
fix(.pane): Remove overflow:hidden from .pane,.view
2014-05-06 12:09:14 -05:00
Andy Joslin
053bc04fd4
refactor(sideMenuController): deregister backbutton on $destroy
2014-05-06 10:46:58 -06:00
Andy Joslin
101035593f
feat(sideMenu): make android back button close side menu
...
Closes #1264
2014-05-06 10:44:26 -06:00
Andy Joslin
425ba247e5
docs(tap): fix typos
2014-05-06 09:26:21 -06:00
Adam Bradley
3b5248f22b
data-tap-disabled not data-prevent-default
2014-05-06 10:21:34 -05:00
Tim Lancina
6e231dbf26
return CustomEvent in polyfill if it doesn't exist
2014-05-06 10:13:55 -05:00
Adam Bradley
8d65371996
docs(tap): Add tap docs
2014-05-06 10:09:22 -05:00
Adam Bradley
56db0b74ba
run onScroll() within triggerScrollEvent()
2014-05-06 08:30:12 -05:00
Adam Bradley
ae8f49e1de
set $menu-bg to #fff
2014-05-06 08:04:11 -05:00
Adam Bradley
a8ecef0d85
Merge pull request #1282 from asgeo1/menu_color_fix
...
Was not using scss variable for menu color
2014-05-06 08:03:02 -05:00
Adam George
c918f7fac5
Was not using scss variable for menu color
2014-05-06 11:57:45 +10:00
Adam Bradley
dfec423ef8
feature(keyboard): .hide-on-keyboard-open
...
By default no elements will be hidden when the keyboard shows. However,
you add the CSS class `hide-on-keyboard-open` to set elements which
should hide when the keyboard is open, such as the footer so there’s
more space for the content when the keyboard is open.
2014-05-05 15:58:38 -05:00
Tim Lancina
70527172af
don't scroll twice on double focus
2014-05-05 15:03:37 -05:00
Andy Joslin
203734d216
style(ionRefresher): add padding-top if refreshing-text or pulling-text
...
Fixes #1269
2014-05-05 12:46:13 -06:00
Andy Joslin
fc8711c7d0
feat($ionicLoading): on android, no back button action while loading
...
Fixes #1273
2014-05-05 12:15:32 -06:00
Andy Joslin
89a9ed1547
fix(scrollView): recalculate size on mousewheel scroll
2014-05-05 12:09:31 -06:00
Andy Joslin
ccde43b430
refactor(events): don't clobber window.CustomEvent
...
Resolves #1231
2014-05-05 12:07:42 -06:00
Andy Joslin
f370db45bc
fix(ionItem): fix error when repeating
2014-05-05 11:14:27 -06:00
Andy Joslin
611525ed04
style(scrollView): remove console.log
2014-05-05 11:06:01 -06:00
Andy Joslin
975b5fadc6
docs(tap): add WIP tap notes page
2014-05-05 10:50:50 -06:00
Andy Joslin
0a64075884
fix(collectionRepeat): correctly save user scroll position on back
...
Addresses #1157
2014-05-05 10:39:22 -06:00
Andy Joslin
e6e1896629
test(collectionRepeat): finish unit tests
2014-05-05 10:31:09 -06:00
Andy Joslin
74891acaf4
test(collectionRepeatManager): finish testing .render()
2014-05-05 09:19:21 -06:00
Tim Lancina
958b23cb8e
wait for device ready before doing viewport stuff
2014-05-05 09:54:10 -05:00
Adam Bradley
6b3c2b929a
merge keyboard-fixes
2014-05-03 22:30:21 -05:00
Tim Lancina
3abab65351
android fullscreen tweaks
2014-05-02 16:57:19 -05:00
Andy Joslin
701c977563
css(tabs): add test page for nested tabs
2014-05-02 13:18:56 -06:00
Adam Bradley
9c58d47b2b
fix(transitions): Disable transitions on Android 2, closes #780
...
By default transitions will be disabled on Android 2. To force
transitions to work on Android 2 add `enable-transitions` to the body
className.
2014-05-02 14:02:28 -05:00
Adam Bradley
45106a6acf
fix(toggle): Right side padding for item-complex, closes #1091
2014-05-02 13:36:22 -05:00
Andy Joslin
24f013f2bd
docs(ionTabs): mention not to place inside ion-content
...
Resolves #992
2014-05-02 12:24:42 -06:00
Andy Joslin
77f2683124
fix(.tabs-icon-*): only work on directly descendant tabs
...
Closes #1261
2014-05-02 12:17:49 -06:00
Andy Joslin
ade143ed35
fix(bar): properly align titles if switching to view with no buttons
...
Closes #1242
2014-05-02 12:13:39 -06:00
Adam Bradley
e264cc98ee
Update CODENAMES
2014-05-02 12:12:14 -05:00
Adam Bradley
d2ebed847e
fix(modal): Remove modal flicker, closes #1150
2014-05-02 11:49:16 -05:00
Adam Bradley
7cfa3a685d
fix for viewport props w/ only key, no value
2014-05-02 10:50:02 -05:00
Adam Bradley
5f8e9040bd
fix(viewport): Auto update viewport tag
2014-05-02 10:12:48 -05:00
Andy Joslin
ae3ae3487b
docs(navClear): clarify how it works
...
Closes #1194
2014-05-02 08:10:26 -06:00
Max Lynch
cbf0172a0e
Some progress on pause/play
2014-05-02 07:56:45 -06:00
Max Lynch
74c4538d6c
Fixed repeat
2014-05-02 07:56:45 -06:00