4388 Commits

Author SHA1 Message Date
dfa991d409 Feature/observable ext (#6670)
* refactor(nav-controller): refactor to better support dynamic component loading
2016-05-27 13:49:37 -05:00
4ba999e6a4 fix(input): fix the clear input placement on wp mode
references #6514
2016-05-27 14:11:48 -04:00
1d2a0b9eea Merge branch 'popover' into 2.0 2016-05-27 12:58:42 -04:00
44a7da8adc feat(popover): change MD animation and use for WP also
references #5420
2016-05-27 12:46:33 -04:00
c944ffd4d7 chore(sass): fix linter errors 2016-05-27 11:40:26 -04:00
3849c11347 Merge branch '2.0' into popover 2016-05-27 11:35:46 -04:00
e419ec61d2 feat(popover): fix MD animations and start from the right side
references #5420
2016-05-27 11:35:41 -04:00
24b7b8f356 docs(scroll): correct typo (#6673) 2016-05-26 20:06:56 -05:00
60f02ce04d chore(sass): fix linter errors 2016-05-26 13:42:33 -04:00
c784e08e98 Merge branch '2.0' into popover 2016-05-26 13:30:15 -04:00
1d0d755214 feat(popover): add MD animation
references #5420
2016-05-26 13:29:57 -04:00
5aff985750 docs(actionsheet): link direct to correct section 2016-05-26 11:54:30 -05:00
e16932f29a chore(dgeni): add advanced section to docs. 2016-05-26 11:06:45 -05:00
7ec721e19f docs(actionsheet): document the icon property 2016-05-26 10:20:35 -05:00
d037603016 Merge pull request #6652 from remithomas/2.0
Update docs Sqlstorage
2016-05-26 10:58:58 -04:00
1e7b57257c feat(popover): adjust popover to position in the center with no event
references #5420
2016-05-25 17:56:00 -04:00
6d9a2a0f03 Merge pull request #6607 from keithdmoore/patch-1
[docs] Correct sentence related to the ngModel sets the value
2016-05-25 17:26:42 -04:00
c4429ba6e5 Merge pull request #6646 from matheo/patch-1
docs(label): minor link fix
2016-05-25 17:25:15 -04:00
ec540c4a3a Merge branch '2.0' into popover 2016-05-25 17:21:46 -04:00
438a389ef8 feat(popover): position popover in the top middle if no event
add API docs for popover.

references #5420
2016-05-25 17:06:24 -04:00
759994a4fd chore(lint): use common tslint-ionic-rules package for TSLint rules (#6644) 2016-05-25 14:45:16 -05:00
620b7c86b0 feat(popover): add height auto for safari and remove ability to scroll on backdrop
references #5420
2016-05-25 14:55:41 -04:00
4db72cfc2c feat(popover): fix long popovers that go off the page
Allow popovers to be of dynamic height and only cut them off when they
exceed the height of the body. Clean up styles for each mode.

references #5420
2016-05-25 12:12:18 -04:00
a51fbc5b0f chore(fab): document fab-fixed attribute 2016-05-25 10:29:43 -05:00
0ba5df1865 Update docs Sqlstorage (clear function) 2016-05-25 10:41:05 -04:00
57f39e17a4 Update docs Sqlstorage
Update doc for clear function.
2016-05-25 10:38:29 -04:00
3aead07d0d docs(label): minor link fix 2016-05-24 17:01:55 -05:00
57a1274b6c feat(popover): modify the animation for each mode
add another wrapper div to fix the arrow not animating at the same time.

references #5420
2016-05-24 16:00:23 -04:00
ff1680c26f docs(popover): update config docs to include popover transitions
fix demos so the dot ripple displays correctly

references #5420
2016-05-24 14:13:09 -04:00
14f6d25ae2 Merge branch '2.0' into popover 2016-05-24 14:08:34 -04:00
04a59d27a2 docs(demos): add popover API demo, tweak e2e demo
references #5420
2016-05-24 14:07:03 -04:00
b0d71daf4e feat(popover): change popover item background color to match wrapper
updated e2e test and added a test to open the popover

references #5420
2016-05-24 13:34:22 -04:00
1373108f51 style(popover): fix linter errors for sass and ts
references #5420
2016-05-24 11:11:40 -04:00
ae4d7a2f1d docs(datetime): fix hourValues description 2016-05-24 09:00:59 -05:00
2cd1b51628 feat(popover): position the popover on transition instead of create
references #5420
2016-05-23 16:34:57 -04:00
a96e36aa0e feat(popover): change template in popover to a page similar to modal
add ability to pass event in the transition, so on present of the
popover, clean up the positioning

references #5420
2016-05-23 14:15:17 -04:00
53fd3c3973 feat(popover): add popover component
references #5420
2016-05-23 10:54:14 -04:00
dc0a8f2f30 Correct sentence related to the ngModel sets the value 2016-05-21 17:05:53 -05:00
d2ef2b1622 docs(item-sliding): update docs for ItemSliding and add close method
references #6586
2016-05-21 15:08:54 -04:00
7c0fe93061 test(input): add select to the form input test 2016-05-21 13:27:31 -04:00
0073e5bc27 chore(tslint): fix linter rerror 2016-05-21 13:12:32 -04:00
6180cb83ab fix(input): pass the control classes down to the native input
this is to make the native input, ion-input and item all have the same
classes for the control

references #6040
2016-05-21 13:08:38 -04:00
702a88225b fix(input): fix material design success/error highlighting on inputs
references #6040
references #5052
2016-05-21 12:52:17 -04:00
5498a36a86 fix(input): add form validation classes to the item
references #6040
2016-05-21 12:32:11 -04:00
01110af12e fix(modal): fix onPageWillEnter
Closes #6597
2016-05-20 22:07:38 -05:00
6592981aac test: fix all tests to remove app.getComponent 2016-05-20 21:07:29 -04:00
4ee0ca4928 test(item): fix sliding test so it uses ViewChild 2016-05-20 20:44:31 -04:00
7062b2102b Merge branch 'pr/6370' into 2.0 2016-05-20 18:03:10 -04:00
6d241fd8fa Merge branch '2.0' into pr/6370 2016-05-20 17:46:18 -04:00
fcddd13585 Merge branch 'pr/6584' into 2.0 2016-05-20 17:44:17 -04:00