Tim Lancina
3192c77821
keyboard-attach test for Android not fullscreen
2014-05-20 14:08:54 -05:00
Andrew Joslin
cc46735c82
fix(ionReorderButton): fix onReorder not triggering angular digest
2014-05-20 08:59:34 -06:00
Adam Bradley
7059b818ce
fix(tap): select tag not working in IE
...
Cannot prevent default on mousedown in IE when the target is an option
or select element. Closes #1435
2014-05-20 09:13:17 -05:00
Andrew Joslin
8caa043a2d
test(tabs): remove unnecessary comment
2014-05-19 06:54:50 -06:00
Andrew Joslin
488bd5c08c
fix(ionContent): make scrollable content work as child of non-scrollable
...
Closes #1421
2014-05-19 06:51:07 -06:00
Andrew Joslin
55e910d2e9
chore(demos): start ionic-demo page
2014-05-16 15:05:13 -06:00
Adam Bradley
da0c798ce5
test(tap): updates for release tolerance changes
2014-05-16 14:40:40 -05:00
Adam Bradley
29ee640701
fix(click): fix mouseup click for ion-option-button
...
To allow select elements to change options in Firefox, the simulated
tap click should not go through when the target is an `option` element.
However, the regex was too general and also prevented
`ion-option-button` on mouseup.
2014-05-15 09:43:20 -05:00
Tim Lancina
09d1197acd
feat(footer): keyboard-attach attribute directive to position footer above keyboard
2014-05-14 19:26:31 -05:00
Adam Bradley
610e232840
feat(checkbox): right align w/ .item-checkbox-right
...
Closes #1290
2014-05-14 13:30:02 -05:00
Andrew Joslin
90e7395e62
fix($ionicLoading): do not flicker when showing long loading messages
...
Closes #1252
2014-05-14 10:48:43 -06:00
Andrew Joslin
efa6184486
fix(ion-header-bar): when hidden, correctly offset the ion-content
...
Fixes #1351
2014-05-14 10:16:15 -06:00
Andrew Joslin
0ed975124d
test(tap): expect falsy instead of false
2014-05-14 08:41:24 -06:00
Andrew Joslin
df9c0747c9
fix(listView): reordering up is more responsive, fix scrolling error
...
Closes #1202
2014-05-14 08:39:13 -06:00
Adam Bradley
5a15a595ce
test(input): css tests for date inputs
2014-05-13 22:21:47 -05:00
Adam Bradley
aa15f8ed99
test(remove): Remove unused contentClick.html
2014-05-13 11:30:37 -05:00
Andrew Joslin
3c15b118ca
fix(activator): properly activate elements nested inside an item.
...
Addresses #1373 .
Before: if an `<a>`, `ng-click`, or `<button>` inside of a .item,
was clicked, the activator would walk up .item and activate it.
Now: If an `<a>`, `ng-click`, or `<button>` inside of a
.item is clicked, the activator will activate that element.
Additionally, CSS was added so `a.item-content.activated` would look
activated.
2014-05-13 08:56:37 -06:00
Andrew Joslin
569d7165aa
test(ionCheckbox): add ngChange test
2014-05-13 07:24:32 -06:00
Andrew Joslin
a006d89612
fix(ionCheckbox): make ng-checked and ng-change work
...
Closes #1349 . Closes #1361
BREAKING CHANGE: ion-checkbox no longer has an isolate scope.
This will break your checkbox only if you were relying upon the
checkbox having an isolate scope: if you were referencing
`$parent.value` as the ng-disabled attribute, for example.
Change your code from this:
```html
<ion-checkbox ng-disabled="{{$parent.isDisabled}}"></ion-checkbox>
```
To this:
```html
<ion-checkbox ng-disabled="{{isDisabled}}"></ion-checkbox>
```
2014-05-13 07:19:02 -06:00
Adam Bradley
addf75a011
test(input): Update input test for pointer events
2014-05-12 15:13:44 -05:00
Tim Lancina
057e02e420
scrollview test hax
2014-05-12 14:55:10 -05:00
Max Lynch
73d2eabc69
feat(animation): Javascript Animation Service
2014-05-12 13:07:58 -05:00
Max Lynch
da00f72ca3
Shouldn't have been in there
2014-05-12 13:06:42 -05:00
Andrew Joslin
c6c1300b46
fix(ionItem): transform to <a> tag for ui-sref
2014-05-12 09:59:40 -06:00
Andrew Joslin
291d723ab1
feat($ionicModal): allow configuration of backdropClickToClose
...
Addresses #1087
2014-05-12 08:24:19 -06:00
Adam Bradley
5f2fdfdd07
fix(textarea): Allow scroll in textarea when focused
...
Closes #1280
2014-05-09 12:05:45 -05:00
Tim Lancina
b0cfe233a8
don't clear focusIn timer on focusOut
2014-05-09 11:39:34 -05:00
Andrew Joslin
919d4f8dca
fix(ionView): make it set navbar if title changes back to old value
...
Fixes #1121
2014-05-09 08:44:08 -06:00
Adam Bradley
4928b996d6
set WP8 as a grade-b device
2014-05-09 09:33:35 -05:00
Andrew Joslin
2ec01733a5
fix(refresher): make arrow spin correctly
...
Closes #1319
2014-05-09 08:25:43 -06:00
Tim Lancina
5be42bc3c7
add height=device-height on Cordova iOS 7.0
2014-05-09 09:17:04 -05:00
Adam Bradley
8730e62e62
fix(tap): Prevent different input focus after 300ms delay
...
If a text input is located in the same area as a button which was just
tapped, which was probably because of a view transition, the text input
gets focus 300ms later. This is an issue on Android because it also
fires off a mousedown event. Resolved by remembering the touchend
target then checking if it’s different from the mousedown target.
Closes #1370
2014-05-08 10:40:15 -05:00
Andrew Joslin
95d1aea4f1
chore(travis): re-enable jshint
2014-05-08 09:11:16 -06:00
Andrew Joslin
6facb8cb86
test(ionNavButtons): remove ddescribe
2014-05-08 08:22:30 -06:00
Andrew Joslin
24a488bbb3
fix(ionNavButtons): do not append if page is removed very quickly
2014-05-08 08:16:31 -06:00
Adam Bradley
6e32c2f880
Merge initial wp8 fixes
2014-05-07 15:47:35 -05:00
Adam Bradley
08e4b3d95b
feat(platform): added isWindowsPhone() method
2014-05-07 14:48:36 -05:00
Andy Joslin
9de67e0ab7
test(gesture): make it use ionic.CustomEvent
2014-05-07 12:21:11 -06: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
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
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
Adam Bradley
6b3c2b929a
merge keyboard-fixes
2014-05-03 22:30:21 -05:00
Andy Joslin
701c977563
css(tabs): add test page for nested tabs
2014-05-02 13:18:56 -06:00
Adam Bradley
45106a6acf
fix(toggle): Right side padding for item-complex, closes #1091
2014-05-02 13:36:22 -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