Adam Bradley
e6b5ff223b
fix(input): long input text adjusts left on focus
...
Closes #1390
2014-05-20 10:57:23 -05: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
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
Flaky Filibuster
ef89ed5cb1
Add line breaks to ionic keyboard documentation
...
- Android Notes to web views behaviour on shown keyboard shortend
2014-05-20 14:48:21 +02:00
Andrew Joslin
7344614066
demo(ionInfiniteScroll): add demo
2014-05-20 06:22:44 -06:00
Andrew Joslin
3c9449eda9
demos(): add scratch pad view to demo pages
2014-05-20 06:12:30 -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
Andrew Joslin
46e3366498
fix(ionFooterBar): properly offset content for bar-subfooter
2014-05-20 06:11:22 -06:00
Raymond Penners
780a6d05ea
Limited scope of toggle fix to Android 4.2
2014-05-19 22:57:16 +02:00
Tim Lancina
6f583c616f
derp
2014-05-19 14:45:26 -05:00
Tim Lancina
2d78f93a74
deprecate native.showkeyboard and native.hidekeyboard
2014-05-19 14:43:25 -05:00
Andrew Joslin
db43ec691b
docs(): fix accidental test code in nightly docs
2014-05-19 13:42:02 -06:00
Tim Lancina
e3362eafe8
add px to keyboardAttach bottom style
2014-05-19 12:15:22 -05:00
Andrew Joslin
a33c614064
demo(collectionRepeat): add contacts.json
2014-05-19 10:40:36 -06:00
Andrew Joslin
3250d10da7
fix(scrollView): on desktop, mousewheel only scrolls the right scrollView
...
Closes #1376
2014-05-19 08:32:14 -06:00
Andrew Joslin
4a210130b4
fix(scrollView): stop memory-leak when destroying scrollView
...
Fixes #1096
2014-05-19 08:14:52 -06:00
Andrew Joslin
6b402c3862
docs(ionContent): clarify content gets child scope
...
Closes #1392
2014-05-19 06:57:44 -06: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
37d06274f1
docs(ionSlideBox): clarify on-slide-changed expression
...
Closes #1393
2014-05-19 06:37:44 -06:00
Andrew Joslin
ec5a276337
fix(ionSlideBox): fix regression allowing slide past boundaries
...
Closes #1414 , #1405 , #1409 , #1321 .
2014-05-19 06:33:45 -06:00
mrzmyr
c3470ef529
docs($ionicLoading): add default values
...
Closes #1431
2014-05-19 06:22:28 -06:00
mrzmyr
830ec44753
docs(): add default values
2014-05-19 05:56:27 -06:00
M Alix
8319668890
Fixing requestAnimationFrame & cancelAnimationFrame
...
With the previous implementation, Chrome complains:
"'webkitCancelAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead."
This fixes that by reusing (copy-paste) the code from angular.js
A better way would be to use ionic.requestAnimationFrame and ionic.cancelAnimationFrame everywhere, but that is more involved and risky...
2014-05-18 19:04:50 -04:00
Andrew Joslin
55e910d2e9
chore(demos): start ionic-demo page
2014-05-16 15:05:13 -06:00
Andrew Joslin
f19c6d0edc
style(keyboardAttach): fix jshint errors
2014-05-16 15:05:13 -06:00
Andrew Joslin
5994a51bdd
style(bezier): remove accidentally added doc tags
2014-05-16 15:05:12 -06:00
Adam Bradley
da0c798ce5
test(tap): updates for release tolerance changes
2014-05-16 14:40:40 -05:00
Adam Bradley
473076b410
re-add larger release tolerance for buttons fix
...
#1378
https://github.com/driftyco/ionic/commit/1bfc85906f0b0a8839e22a4b8035890
c7099130c
2014-05-15 11:47:11 -05:00
Ben Sperry
453bf1a0d1
Update on etiquette for creating issues
...
Please reference when necessary. :)
2014-05-15 10:11: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
Andrew Joslin
462ef38f44
chore(ionList): clean up code
2014-05-15 07:30:51 -06:00
Tim Lancina
09d1197acd
feat(footer): keyboard-attach attribute directive to position footer above keyboard
2014-05-14 19:26:31 -05:00
Ionitron
b1f52ab3ea
chore(release): update discourse post url
2014-05-14 22:55:24 +00:00
Ionitron
eeb27d86ca
finalize-release: v1.0.0-beta.5b "cadmium-camel"
v1.0.0-beta.5b
2014-05-14 22:55:16 +00:00
Andrew Joslin
f9e7047204
chore(release): v1.0.0-beta.5b
2014-05-14 16:52:38 -06:00
Andrew Joslin
6e149eef9b
fix(sideMenu): do not let it be scrolled as part of the body
2014-05-14 16:35:39 -06:00
Andrew Joslin
1bfc85906f
chore: revert tap tolerance fix for now
2014-05-14 16:35:08 -06:00
Adam Bradley
fa8aa6a835
fix(sideMenu): fix disabled menu links
...
The fix for another issue had too general of a CSS selector, which
ultimately prevented clicks in the left menu when it had a scrollable
area. This fix narrows in the selector so it only prevents
pointer-events in the menu-content’s content area (still allowing the
menu to close by tapping the content, but not allowing the content to
be interacted with, like swiping a list item). Closes #1388
2014-05-14 15:01:58 -05:00
Adam Bradley
610e232840
feat(checkbox): right align w/ .item-checkbox-right
...
Closes #1290
2014-05-14 13:30:02 -05:00
Adam Bradley
fab4a41d9a
fix(scroll): larger release tolerance for buttons
...
Closes #1378
2014-05-14 13:08:21 -05:00
Tim Lancina
cb0d17c065
fix(keyboard): add link to plugin repo
2014-05-14 12:53:46 -05:00
Andrew Joslin
fece132622
style(animations): fix jshint errors
2014-05-14 11:15:18 -06:00
Andrew Joslin
c72ab889a2
chore(travis): use new codename for release tweet, discourse, github
2014-05-14 11:12:58 -06:00
Ionitron
7b975bfc84
chore(release): update discourse post url
2014-05-14 17:04:13 +00:00
Ionitron
d850cd554d
finalize-release: v1.0.0-beta.5 "barium-bobcat"
v1.0.0-beta.5
2014-05-14 17:03:56 +00:00
Andrew Joslin
8586acdd05
chore(release): v1.0.0-beta.5
2014-05-14 10:56:05 -06:00
Andrew Joslin
90e7395e62
fix($ionicLoading): do not flicker when showing long loading messages
...
Closes #1252
2014-05-14 10:48:43 -06:00