Andy Joslin
42177c3b93
feat(ionNavBar): allow navbar inside ion-view to transition whole bar
...
Fixes #1232
2014-04-30 14:32:27 -06:00
Andy Joslin
aeda31669b
test($ionicModal): add test for unbinding event
2014-04-30 13:46:09 -06:00
Andy Joslin
5c3c65d17f
test($ionicModal): add better tests for backdrop click
2014-04-30 13:43:07 -06:00
Andy Joslin
288d4ac230
fix(ionTab): make it so tabNav works with ngRepeat
2014-04-30 08:46:07 -06:00
Max Lynch
72043d2eef
Added xy scroll test
2014-04-29 17:11:38 -05:00
Andy Joslin
3e5b39f201
feat($ionicActionSheet): allow html binding
...
Closes #1219
2014-04-29 10:35:35 -06:00
Andy Joslin
7fd31b6aed
fix(ionHeaderBar): have no side effects with content in other views
...
Closes #1095
2014-04-29 09:18:56 -06:00
Andy Joslin
b87bcb30c3
feat($ionicPopup): on android, make back button close popup
...
Fixes #1222
2014-04-29 09:07:13 -06:00
Andy Joslin
5e56c2d6b7
fix(ionView): initialize hideBack/hideNav to false if undefined
...
Addresses comments in #1157
2014-04-29 08:28:26 -06:00
Andy Joslin
d56987cf04
demos: update to nightly, add back test page
2014-04-28 14:46:30 -06:00
Adam Bradley
3bf1cd3496
.item-select select max-width: 65%
2014-04-28 13:25:11 -05:00
Adam Bradley
f4745c3689
enable/disable toggle pointer-events w/ css only, closes #1185
2014-04-28 12:37:44 -05:00
Andy Joslin
f0a1c03759
feat(collection-repeat): add repeat lsdirective for huge lists
2014-04-28 08:16:29 -06:00
Andy Joslin
73b9775337
collectionRepeat: a few fixes and tweaks
2014-04-25 16:27:16 -06:00
Andy Joslin
38cda8f93b
test($collectionDataSource): add unit tests
2014-04-25 10:43:31 -06:00
Andy Joslin
81676e6ef7
fix(ionList): disable swiping of items while option buttons are shown
...
Addresses #1202
2014-04-25 07:05:28 -06:00
Andy Joslin
634b3971b1
fix(ionList): disable tap on element being edited
...
Addresses #1202
2014-04-25 07:05:28 -06:00
Andy Joslin
8e3a3d0b2d
activator: do not activate if tapRequiresNativeClick
...
Addresses #1202
2014-04-25 07:05:27 -06:00
Andy Joslin
90da2da66f
fix(ionList): make reorder position work if list is offset
...
Addresses #1202
2014-04-25 07:05:27 -06:00
Adam Bradley
c1918f3123
delete unused test
2014-04-24 20:22:57 -05:00
Adam Bradley
ae3318a081
refactor(keyboard): Scroll to inputs hidden by keyboard
2014-04-24 20:22:16 -05:00
Andy Joslin
e5e5b911f7
collection-repeat: enable grid functionality
2014-04-24 07:32:31 -06:00
Andy Joslin
5722900a58
fix(ionHeaderBar): do not tapScrollToTop for inputs
...
Fixes #1199
2014-04-24 07:29:39 -06:00
Andy Joslin
37d956371f
test(list-fit): update styles
2014-04-23 17:52:51 -06:00
Andy Joslin
934158baf5
virtualScroll: non-full-featured version, to start testing
2014-04-23 17:52:51 -06:00
Andy Joslin
c84406c6dc
test(ionList): makes ure it works with variable interpolation
2014-04-23 10:50:25 -06:00
Andy Joslin
923f686a57
revert(test/css/tabs): undo change
...
Addresses #1166
2014-04-21 16:24:19 -06:00
Andy Joslin
6abce8f771
fix(ionContent): fix scoping with ngController
...
Fixes #1155
2014-04-21 12:49:10 -06:00
Andy Joslin
3c8f7bd48e
test(tabs): update css tests for tab-title class
2014-04-21 12:42:04 -06:00
Andy Joslin
a33ca26465
style(ionRefresher): remove added space
...
Fixes #1167
2014-04-21 12:29:25 -06:00
Andy Joslin
09a7729914
fix(ionList): show reorder/delete on item creation if list is showing
...
Fixes #1181
2014-04-21 12:11:30 -06:00
Adam Bradley
2a6f702980
fix(tabs): Tab icon align within nested tabs, closes #1093
2014-04-17 22:40:02 -05:00
Adam Bradley
49c6c3fb55
Merge pull request #1162 from nickl-/master
...
Also enable disabled for tab-item
2014-04-17 20:32:21 -05:00
Adam Bradley
aac1d1773f
Merge branch 'tap-refactor'
2014-04-17 15:23:58 -05:00
nickl-
009580bb56
Also enable disabled for tab-item.
...
Enable for tab-item class the same disabled functionality that exists for button
2014-04-17 20:22:07 +02:00
Max Lynch
f7b25aa9fa
Fixed infinite scroll issues
2014-04-17 12:41:22 -05:00
Adam Bradley
ee1c8dc8b7
tap updates for select elements
2014-04-17 11:07:14 -05:00
Adam Bradley
43627f77c1
created containsOrIsTextInput
2014-04-17 09:49:08 -05:00
Adam Bradley
c830475406
bring back $ionicNgClick, but without having to use ionic tap
2014-04-17 09:20:17 -05:00
Adam Bradley
d0047cda44
refactor(tap): Refactor tap system for improved tap/click/keyboard/scroll/focus
...
Overhaul of the tap system so the keyboard does not cover up focused
inputs, correctly bring up the keyboard on text input focus, disabling
focus during scroll, disabling clicks after a hold then scroll,
removing 300ms delay without additional event handlers on each element,
etc. Refactored the tap/click/scroll/activator events for more
testability, along with adding more tests.
2014-04-17 08:26:25 -05:00
Andy Joslin
5ce4dfeca9
refact(delegateService): fix error message
2014-04-16 06:17:43 -06:00
Andy Joslin
4216266f21
fix(loading): fix not hiding after two shows, always cancel delay
...
Fixes #1130
2014-04-14 13:39:48 -06:00
Andy Joslin
14a2790749
refactor(): reorganize source files
2014-04-14 10:47:27 -06:00
Adam Bradley
b654e02e0a
fix(header): Header input too long on Android 4.2, closes #1081
2014-04-08 15:22:54 -05:00
Adam Bradley
6a1ac355a8
refactor(item): Adjust item padding variables, create item-avatar-right
2014-04-08 11:50:50 -05:00
Adam Bradley
c7e3defca5
refactor(item): Create .icon-accessory and remove auto nav icons, closes #1061
...
BREAKING CHANGE: The developer should be stating exactly how an icon
should show, but previously the right nav arrow icon violates this by
automatically showing a right arrow when an item was an anchor or
button. Instead of using the `:after` item selector, which was always
applied by default, it uses the same markup as `item-icon-right`, which
is easier to understand, customizable and not a hard coded default.
This change removes the `:after` nav icon styling, and creates a new
class, `icon-accessory`, based off of similar CSS. The change makes a
nav arrow highly customizable, allows RTL developers to easily control
the arrow direction, and the accessory class is something that's
reusable.
An example of right side arrow using `ion-chevron-right` as the icon:
<a class="item item-icon-right" href="#">
Check mail
<i class="icon ion-chevron-right icon-accessory"></i>
</a>
2014-04-07 15:33:36 -05:00
Robin van Baalen
518e54ee86
feat($ionicSideMenuDelegate): add isOpen() method
...
Closes #1074 . Closes #1075 .
2014-04-07 13:52:24 -06:00
Adam Bradley
cf686548da
fix(tap): Remove 300ms delay when tapping select elements
2014-04-05 23:43:12 -05:00
Adam Bradley
4ff6acb10e
fix for .item-select
2014-04-03 15:39:34 -05:00
Adam Bradley
8a12f2d16c
feat(select): Styled select elements, both inline and as a list item
2014-04-02 23:25:21 -05:00