Commit Graph

123 Commits

Author SHA1 Message Date
Andrew Joslin
b4b94073d5 fix(gestureDirectives): fix problem with event being passed in 2014-06-17 13:16:31 +00:00
Adam Bradley
731cf726a9 test(floatingLabel): snapshot tests 2014-06-13 09:36:14 -05:00
Adam Bradley
53c171043e fix(content): scroll=false in sidemenu hides content
Closes #1485
2014-06-12 21:38:54 -05:00
Ionitron
0d27e0e537 amend(ionRadio): make sure value is passed down always 2014-06-12 15:32:49 -06:00
Ionitron
5fd5e009a6 fix(ionRadio): make value attribute work 2014-06-12 15:28:17 -06:00
Tim Lancina
050b4f25df feat(itemFloatingLabel): add floating labels: 'item-floating-label' class
Closes #1611
2014-06-12 14:58:28 -06:00
Max Lynch
1a7c1f1dc6 fix(headerBar): More accurate scroll-to-top detection 2014-06-12 13:48:32 -05:00
Adam Bradley
f0bafafec0 refactor(gesture): move eventType out of compile
eventType only needs to be set once per directive, not every compile.
2014-06-12 11:52:11 -05:00
Adam Bradley
90b4d34630 refactor(gestures): $event local and simplify init 2014-06-12 11:40:23 -05:00
Adam Bradley
a2dcaf13cc feat(gestures): added gesture directives
Closes #829
2014-06-12 10:49:07 -05:00
Andrew Joslin
bea69fe46c amend(platform-backButton): do not set icon if icon child exists 2014-06-12 09:23:30 -06:00
Aleksey Podskrebyshev
4831f48954 fix($ionNavView): prevent read property 'name' of null
Closes #1587
2014-06-12 08:25:12 -06:00
Andrew Joslin
cec3a42236 fix(ionNavBackButton): stop flicker when pressing back on ios 2014-06-11 16:07:38 -06:00
Max Lynch
c30be67f65 feat(platforms): Android and iOS Specific Styles and Transitions 2014-06-11 16:48:53 -05:00
Andrew Joslin
8476f0cb3a docs(collectionRepeat): update docs for optimizations 2014-06-11 15:34:11 -06:00
Andrew Joslin
a034561516 amend(ionTab): fix tests for class attribute 2014-06-11 08:49:17 -06:00
Julien Goux
e6f79cc0ff feat(ionTab): add class attribute to tab items 2014-06-11 08:36:36 -06:00
Andrew Joslin
6af5d68da4 feat(collectionRepeat): huge optimization upgrades
Closes #1597
2014-06-10 17:56:35 -06:00
Perry Govier
ead5e026b9 fix(radioButtons): Correcting a bug introduced by 521164db78. Closes #1599 2014-06-10 10:57:19 -05:00
Andrew Joslin
a5230749a7 docs(ionInfiniteScroll): improve explanation of infiniteScrollComplete event 2014-06-08 12:34:43 -04:00
Andrew Joslin
00c80e8557 feat(ionScroll): add has-bouncing=true/false attribute
Closes #1573. Closes #1367.
2014-06-04 14:14:31 -06:00
Andrew Joslin
f5f5851b2e fix(ionItem): make target attribute work properly
Closes #1521
2014-06-04 14:03:44 -06:00
Tim Lancina
6697e66f17 fix keyboard-attach docs 2014-06-04 10:41:53 -05:00
Max Lynch
66bfb71b82 Removed rider 2014-06-01 19:36:27 -05:00
Max Lynch
07fa80a815 Fixed a list item PR issue 2014-06-01 19:31:18 -05:00
17NuF432QCV2vF4fdqYPYMdCuK9jHVDSNG
ed797eb281 docs(moda): updaing the docs to reflect the proper modal.hidden event. Closes #1493 2014-05-28 16:28:06 -05:00
Perry Govier
4a4eb03011 Merge branch 'refs/heads/patch-1' 2014-05-28 10:35:13 -05:00
Scott
71c3577bd9 docs(collection-repeat): clarify css requirements 2014-05-28 10:32:08 -05:00
Eric Wooley
521164db78 ngValue uses a value instead of variable 2014-05-27 11:40:26 -06:00
Andrew Joslin
75e30003a8 chore(): move demos out of source files 2014-05-27 11:21:08 -06:00
Andrew Joslin
dcebf9be02 demos(): add demos for sideMenu and popup 2014-05-22 11:22:32 -06:00
Andrew Joslin
979f7b5275 fix(ionRefresher): be sure to run on-refresh with an angular digest
Closes #1465
2014-05-22 10:18:52 -06:00
Andrew Joslin
633821d9f7 chore(tapScrollToTop): make noTapScroll have to be 'true' 2014-05-22 08:28:45 -06:00
Andrew Joslin
2937040dc5 feat(ionHeaderBar, ionNavBar): no-tap-scroll attr disabling scroll to top
Closes #1454
2014-05-22 08:07:15 -06:00
Andrew Joslin
49f06f9c3d fix(scrollView): make xy scrolling work on ionScroll and ionContent
Closes #1462
2014-05-21 13:13:29 -06:00
Andrew Joslin
93e01915c2 chore(travis): make tests work with phantomjs 2014-05-21 09:31:57 -06:00
Tim Lancina
665a581cb0 improve keyboard docs
Closes #957.
2014-05-21 09:04:45 -05:00
Tim Lancina
73eb37ae0c ignore keyboard-attach if Android and not fullscreen 2014-05-20 13:35:38 -05:00
Andrew Joslin
712e7d8cbf docs(ionNavBar): add note about ion-view, update example 2014-05-20 12:22:40 -06:00
Andrew Joslin
8084584beb demo(ionTabs): add basic demo 2014-05-20 10:56:22 -06:00
Andrew Joslin
c5fabebd57 demo(ionList): add two basic demos 2014-05-20 10:56:22 -06:00
Andrew Joslin
03218da30c demo(refresher): add basic demo 2014-05-20 10:56:22 -06:00
Andrew Joslin
cc46735c82 fix(ionReorderButton): fix onReorder not triggering angular digest 2014-05-20 08:59:34 -06:00
Andrew Joslin
4d793fd9f4 demo(ionList): add demos 2014-05-20 08:59:34 -06:00
Andrew Joslin
7344614066 demo(ionInfiniteScroll): add demo 2014-05-20 06:22:44 -06:00
Andrew Joslin
8e47506c51 demo(collectionRepeat): add demo 2014-05-20 06:12:23 -06:00
Andrew Joslin
0b65d379ee demo(ionHeaderBar, ionFooterBar): add kitchen sink demos 2014-05-20 06:12:03 -06:00
Tim Lancina
2d78f93a74 deprecate native.showkeyboard and native.hidekeyboard 2014-05-19 14:43:25 -05:00
Tim Lancina
e3362eafe8 add px to keyboardAttach bottom style 2014-05-19 12:15:22 -05:00
Andrew Joslin
3250d10da7 fix(scrollView): on desktop, mousewheel only scrolls the right scrollView
Closes #1376
2014-05-19 08:32:14 -06:00