Adam Bradley
6e9087534d
test(bootstrap): update to use ionicBootstrap
2016-05-31 15:49:12 -05:00
Adam Bradley
94e938d6b3
docs(bootstrap): update to use ionicBootstrap
2016-05-31 15:47:16 -05:00
Adam Bradley
e5522d2de8
chore(generators): remove use of custom decorators
2016-05-31 15:42:54 -05:00
Adam Bradley
73635f3939
refactor(bootstrap): use ionicBootstrap() to bootstrap
...
BREAKING CHANGES:
- Ionic's custom decorators have been removed.
- `@App` and `@Page` should be replaced with `@Component`.
- `IonicApp` has been renamed to `App`.
- `ionicBootstrap` is required to bootstrap the app.
- Config is now the 3rd parameter in `ionicBootstrap(rootComponent,
providers, config)`.
- Property `prodMode` is now a config option, enabling or disabling
production mode.
2016-05-31 15:42:06 -05:00
Dan Bucholtz
4b4092b25e
refactor(popover): change call to willEnter to fireWillEnter to match view-controller changes, fix l
...
change call to willEnter to fireWillEnter to match view-controller changes, fix linting error
2016-05-27 14:01:26 -05:00
Dan Bucholtz
dfa991d409
Feature/observable ext ( #6670 )
...
* refactor(nav-controller): refactor to better support dynamic component loading
2016-05-27 13:49:37 -05:00
Brandy Carney
4ba999e6a4
fix(input): fix the clear input placement on wp mode
...
references #6514
2016-05-27 14:11:48 -04:00
Brandy Carney
1d2a0b9eea
Merge branch 'popover' into 2.0
2016-05-27 12:58:42 -04:00
Brandy Carney
44a7da8adc
feat(popover): change MD animation and use for WP also
...
references #5420
2016-05-27 12:46:33 -04:00
Brandy Carney
c944ffd4d7
chore(sass): fix linter errors
2016-05-27 11:40:26 -04:00
Brandy Carney
3849c11347
Merge branch '2.0' into popover
2016-05-27 11:35:46 -04:00
Brandy Carney
e419ec61d2
feat(popover): fix MD animations and start from the right side
...
references #5420
2016-05-27 11:35:41 -04:00
Ankush Aggarwal
24b7b8f356
docs(scroll): correct typo ( #6673 )
2016-05-26 20:06:56 -05:00
Brandy Carney
60f02ce04d
chore(sass): fix linter errors
2016-05-26 13:42:33 -04:00
Brandy Carney
c784e08e98
Merge branch '2.0' into popover
2016-05-26 13:30:15 -04:00
Brandy Carney
1d0d755214
feat(popover): add MD animation
...
references #5420
2016-05-26 13:29:57 -04:00
Justin Willis
5aff985750
docs(actionsheet): link direct to correct section
2016-05-26 11:54:30 -05:00
perry
e16932f29a
chore(dgeni): add advanced section to docs.
2016-05-26 11:06:45 -05:00
Justin Willis
7ec721e19f
docs(actionsheet): document the icon property
2016-05-26 10:20:35 -05:00
Brandy Carney
d037603016
Merge pull request #6652 from remithomas/2.0
...
Update docs Sqlstorage
2016-05-26 10:58:58 -04:00
Brandy Carney
1e7b57257c
feat(popover): adjust popover to position in the center with no event
...
references #5420
2016-05-25 17:56:00 -04:00
Brandy Carney
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
Brandy Carney
c4429ba6e5
Merge pull request #6646 from matheo/patch-1
...
docs(label): minor link fix
2016-05-25 17:25:15 -04:00
Brandy Carney
ec540c4a3a
Merge branch '2.0' into popover
2016-05-25 17:21:46 -04:00
Brandy Carney
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
Daniel Imhoff
759994a4fd
chore(lint): use common tslint-ionic-rules package for TSLint rules ( #6644 )
2016-05-25 14:45:16 -05:00
Brandy Carney
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
Brandy Carney
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
Justin Willis
a51fbc5b0f
chore(fab): document fab-fixed attribute
2016-05-25 10:29:43 -05:00
remithomas
0ba5df1865
Update docs Sqlstorage (clear function)
2016-05-25 10:41:05 -04:00
remithomas
57f39e17a4
Update docs Sqlstorage
...
Update doc for clear function.
2016-05-25 10:38:29 -04:00
Mateo Tibaquirá
3aead07d0d
docs(label): minor link fix
2016-05-24 17:01:55 -05:00
Brandy Carney
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
Brandy Carney
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
Brandy Carney
14f6d25ae2
Merge branch '2.0' into popover
2016-05-24 14:08:34 -04:00
Brandy Carney
04a59d27a2
docs(demos): add popover API demo, tweak e2e demo
...
references #5420
2016-05-24 14:07:03 -04:00
Brandy Carney
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
Brandy Carney
1373108f51
style(popover): fix linter errors for sass and ts
...
references #5420
2016-05-24 11:11:40 -04:00
Adam Bradley
ae4d7a2f1d
docs(datetime): fix hourValues description
2016-05-24 09:00:59 -05:00
Brandy Carney
2cd1b51628
feat(popover): position the popover on transition instead of create
...
references #5420
2016-05-23 16:34:57 -04:00
Brandy Carney
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
Brandy Carney
53fd3c3973
feat(popover): add popover component
...
references #5420
2016-05-23 10:54:14 -04:00
Keith D. Moore
dc0a8f2f30
Correct sentence related to the ngModel sets the value
2016-05-21 17:05:53 -05:00
Brandy Carney
d2ef2b1622
docs(item-sliding): update docs for ItemSliding and add close method
...
references #6586
2016-05-21 15:08:54 -04:00
Brandy Carney
7c0fe93061
test(input): add select to the form input test
2016-05-21 13:27:31 -04:00
Brandy Carney
0073e5bc27
chore(tslint): fix linter rerror
2016-05-21 13:12:32 -04:00
Brandy Carney
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
Brandy Carney
702a88225b
fix(input): fix material design success/error highlighting on inputs
...
references #6040
references #5052
2016-05-21 12:52:17 -04:00
Brandy Carney
5498a36a86
fix(input): add form validation classes to the item
...
references #6040
2016-05-21 12:32:11 -04:00
Adam Bradley
01110af12e
fix(modal): fix onPageWillEnter
...
Closes #6597
2016-05-20 22:07:38 -05:00