Commit Graph

2477 Commits

Author SHA1 Message Date
Adam Bradley
16e54d8d77 test(input): add inputs to bottom of page 2016-04-15 20:01:02 -05:00
Adam Bradley
43c6e096af Merge pull request #6182 from jgw96/2.0
chore(tsling): prevent nested function declaration
2016-04-15 14:23:25 -05:00
Justin Willis
c8e58e58a0 fix(input): move nested function outside of if statment so as to fix issue related to strict mode
There was a white screen issue caused on ios because of a nested function declaration in the input
component. I moved this function out of the if statement so as to fix this issue.

closes issue 187 on conference app repo
2016-04-15 14:14:47 -05:00
Brandy Carney
5692abe3fd fix(showHideWhen): remove hidden attribute on directives and use classes
Each directive applies a different class so they won’t remove each
other if they’re on the same element. If either class is applied the
element won’t display.

closes #5836
2016-04-15 15:02:04 -04:00
Brandy Carney
f45ddf9087 fix(cordova): add status bar padding for content for all modes
closes #5934
2016-04-15 12:25:44 -04:00
Brandy Carney
2a4602cd09 remove direct descendant operator 2016-04-15 12:25:44 -04:00
Adam Bradley
1b085e3b73 feat(tabs): enabled and show inputs
Closes #5768
2016-04-14 22:47:26 -05:00
Adam Bradley
f972908b00 fix(loading): present loading from root nav controller
Closes #6121
2016-04-14 21:55:15 -05:00
Brandy Carney
98c2aab3b7 feat(statusbarPadding): add statusbar-padding css to content 2016-04-14 17:17:44 -04:00
Brandy Carney
9020d5278a fix(content): fix padding/margin attributes so all work on scroll-content
created a mixin for padding and margin and pass the mode variable in.
2016-04-14 17:17:44 -04:00
Brandy Carney
cf7ed4d43d test(cordova): update cordova tests to include tabs and use the config 2016-04-14 17:17:44 -04:00
Adam Bradley
3d8976ac3c chore: remove deprecated warnings 2016-04-14 13:51:23 -05:00
Adam Bradley
f9b46c26cc fix(input): blur when tapping outside input on iOS
Closes #5020
2016-04-14 13:44:00 -05:00
Adam Bradley
7fe3f80277 chore(overlay): remove deprecated ion-overlay 2016-04-14 13:44:00 -05:00
Brandy Carney
b99db127e5 derp: missing end of code block 2016-04-14 13:29:47 -04:00
Brandy Carney
4f4558ad65 docs(tab): update tab API docs to include more usage examples
references #5819
2016-04-14 13:14:32 -04:00
Adam Bradley
44403d1d87 feat(statusbarPadding): add statusbar-padding css to toolbars 2016-04-14 12:00:51 -05:00
Brandy Carney
ccb6724f59 docs(tabs): move selecting tab code down to usage
add more basics to usage.

references #5819
2016-04-14 11:53:59 -04:00
Adam Bradley
e27452b789 fix(focus): improve input focus control
Closes #5536
2016-04-14 09:31:16 -05:00
Adam Bradley
4ba9eb0807 Merge pull request #6155 from driftyco/add-lint-karma-to-release
chore(build): add tslint and unit tests to prerelease gulp task
2016-04-13 20:03:34 -05:00
Josh Thomas
ade93371a4 chore(build): add tslint and unit tests to prerelease gulp task
closes #5755
2016-04-13 15:40:20 -05:00
Keenan
4a8e7f93ce Updated ion-input doc typo
clearInput property was on ion-item element instead of ion-input element in example
2016-04-13 10:46:22 -05:00
perry
497825329e docs(dgeni): a better formatting fix for methods that return objects. Rel ionic-site#540 2016-04-12 19:13:28 -05:00
perry
57f49e51f2 docs(content): formatting getContentDimensions() return object details. Closes driftyco/ionic-site#540 2016-04-12 16:15:56 -05:00
Brandy Carney
87b0f9dc5f docs(loading): update API docs for loading 2016-04-12 16:39:11 -04:00
Adam Bradley
79cfa6f407 docs(content): add @ViewChild example to usage 2016-04-12 11:46:32 -05:00
Adam Bradley
cc57a0a194 docs(nav): fix typos 2016-04-12 10:43:14 -05:00
Adam Bradley
5e65b21486 docs(nav): update nav controller docs 2016-04-12 10:15:33 -05:00
Adam Bradley
5a21cbf853 docs(content): remove unused docs 2016-04-12 09:39:18 -05:00
Adam Bradley
5ceb5df238 docs(content): use @ViewChild to find content component 2016-04-12 09:37:51 -05:00
Adam Bradley
16a283efe7 fix(virtualScroll): load async data
Closes #6124
2016-04-12 07:46:47 -05:00
Adam Bradley
e21c4d5927 fix(keyboard): remove content padding after input blur
Closes #5800
2016-04-11 22:57:29 -05:00
Brandy Carney
3cf4e522c9 test(app): update cordova tests to show a content as the first-child
references #5934
2016-04-11 23:23:15 -04:00
Brandy Carney
b52700b42e docs(tab): improve API docs for tab
references #5819
2016-04-11 23:04:46 -04:00
Brandy Carney
932ab42eb1 docs(menu): remove basic menu usage doc link 2016-04-11 22:05:05 -04:00
Brandy Carney
81dd1cc8b5 fix(tabs): remove tabbarIcons and fix windows styling to use tabbarLayout
update tabs docs.

BREAKING CHANGE: `tabbarIcons` is officially removed, please use
`tabbarLayout` instead. View the Tabs API docs for more information.

fixes #6126
references #5819
2016-04-11 22:04:45 -04:00
Brandy Carney
5d08a5d422 docs(tabs): update API docs for tabs
references #5819
2016-04-11 18:23:22 -04:00
Brandy Carney
f1046032b1 docs(tabs): improve tabs API documentation
references #5819
2016-04-11 18:01:43 -04:00
Brandy Carney
fa13203201 style(sass): fix sass linter error 2016-04-11 18:01:43 -04:00
Brandy Carney
f841befd08 feat(toggle): add animation for windows mode toggle
closes #5981
2016-04-11 14:25:23 -04:00
Adam Bradley
f17f5172e3 fix(input): add 'type="button"' to button tag
Add attribute 'type="button"' to button tag. The missing attribute
caused forms with ion-toggle/ion-radio to not be submitted as a normal
form.
2016-04-11 12:59:19 -05:00
Adam Bradley
f723894741 Merge pull request #6119 from rtomchinsky/fix/checkbox-in-form
fix(checkbox): add 'type="button"' to button tag
2016-04-11 12:42:58 -05:00
Raphael Tomchinsky
7583ebf0ae fix(checkbox): add 'type="button"' to <button> tag
Add attribute 'type="button"' to <button> tag. The missing attribute caused forms with

ion-checkboxes to not be submitted as a normal form
2016-04-11 14:30:50 -03:00
Brandy Carney
203b07809e Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecd.
2016-04-11 13:24:58 -04:00
Adam Bradley
b744275936 perf(img): do not reuse img elements
Safari UIWebView has troubles dropping image requests when the src
changes, and when there are hundreds going in and out this causes
issues. Instead, do not reuse img elements. Closes #6112
2016-04-11 12:21:59 -05:00
Brandy Carney
dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00
Brandy Carney
29e624254f fix(toolbar): add border-top when toolbar is positioned to the bottom
fixes #5967
2016-04-11 10:51:46 -04:00
Brandy Carney
cd62a4c4f6 fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari
fixes #6109
2016-04-11 10:22:18 -04:00
Brandy Carney
e27b7428da test(app): add status bar tests for an iOS platform on different modes
references #5924
2016-04-11 10:02:37 -04:00
Brandy Carney
03113223ff Merge pull request #6116 from iignatov/patch-1
docs: clarify the purpose of the color attribute
2016-04-11 09:54:03 -04:00