Commit Graph

4102 Commits

Author SHA1 Message Date
Adam Bradley
0c4171e7bb feat(changeDetection): detach Tabs when not active 2016-04-17 00:52:51 -05:00
Adam Bradley
79dd0df90b test(infiniteScroll): build ViewChild example 2016-04-17 00:18:24 -05:00
Adam Bradley
b282e90e2c feat(changeDetection): detach ViewControllers when not active 2016-04-17 00:17:07 -05:00
Adam Bradley
2295bd9264 test(slides): update to use @ViewChild 2016-04-16 23:09:13 -05:00
Adam Bradley
1daa7c5382 Merge branch 'manucorporat-select-actionsheet' into 2.0 2016-04-16 21:41:49 -05:00
Adam Bradley
1c67b0269b feat(select): fallback to alert interface when more than 6 opts 2016-04-16 21:40:41 -05:00
Adam Bradley
8141a38c93 chore(input): do not force blur on .input-cover tap 2016-04-16 20:45:43 -05:00
Drew Rygh
617d36d42c docs(demos/localStorage): only display allowed keys
Related: https://github.com/driftyco/ionic-site/issues/453
2016-04-16 17:36:36 -05:00
Adam Bradley
ba5624bc04 fix(platform): fire cordova platform.ready using zone
Closes #6186
2016-04-15 20:35:14 -05:00
Adam Bradley
2f342d647e chore(scrollView): calculate max scrollTo attempts 2016-04-15 20:01:02 -05:00
Adam Bradley
16e54d8d77 test(input): add inputs to bottom of page 2016-04-15 20:01:02 -05:00
Brandy Carney
7150786176 docs(platform): update API docs for platform
include a table that explains what each platform name means.

references driftyco/ionic-site#503
2016-04-15 17:24:39 -04:00
Brandy Carney
a1fe10690c docs(bootstrap): make postBootstrap private 2016-04-15 17:08:06 -04:00
Brandy Carney
4897f02c11 docs(demos): update platform demo to include windows
add styling to the code blocks to differentiate them more visually
2016-04-15 17:08:06 -04: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
Justin Willis
fcfd9fe9d4 New rule to prevent nested function declaration that causes an issue with strict mode 2016-04-15 13:58:09 -05:00
mhartington
dca6540098 docs(localStorage): update docs to use correct types
References https://github.com/driftyco/ionic-site/issues/546
2016-04-15 14:22:45 -04:00
Brandy Carney
ec1fe5d131 docs: update scripts readme on releasing component demos 2016-04-15 12:37:31 -04:00
Brandy Carney
422c98373b fix(cordova): only target navbar section when it has the statusbar-padding 2016-04-15 12:25:44 -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
6189b3f39e chore(angular): update to angular 2.0.0-beta.15 2016-04-14 15:43:35 -05: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
Adam Bradley
55389998de docs(readme): install nightly npm version 2016-04-14 11:05:43 -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
Josh Thomas
c1d82f49fc fix(build): update the gulpfile nightly to only update the distributed package.json file 2016-04-14 10:21:36 -05: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
Ionitron
0bdeab62e2 chore(CI): clear nightly dir before running dgeni to remove old dirs
also add caching of ionic-site
limit ionic-site clone depth
use local gulp in node_modules
Closes #439
2016-04-13 15:34:21 -05:00
Adam Bradley
e5c4d7cecc Merge pull request #6153 from kkarich/patch-1
docs(input ): update ion-input doc typo
2016-04-13 14:07:33 -05:00
perry
c4eed03630 chore(dgeni): make returns object macro a table instead of a list 2016-04-13 13:20:00 -05:00
Josh Thomas
a089a97ab1 chore(build): update publish.nightly gulp task to include building dist 2016-04-13 12:20:26 -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
Adam Bradley
c594c43108 Merge pull request #6146 from driftyco/gulp-build-nightly
chore(build): add publish.nightly task to gulp file
2016-04-13 08:48:21 -05:00
Josh Thomas
0c3ba8c0db Added publish.nightly task to gulp file. 2016-04-12 20:27:48 -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
dec9f76105 docs(dgeni): add commas between related docs. Closes ionic-site#538 2016-04-12 16:25:23 -05:00