-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP input[bsDatepicker] control value accessor #2562
Conversation
valorkin
commented
Sep 1, 2017
- todo input[bsDaterangepicker]
- implement isDisabled
Codecov Report
@@ Coverage Diff @@
## development #2562 +/- ##
==============================================
- Coverage 66.55% 66.4% -0.16%
==============================================
Files 179 180 +1
Lines 4850 4884 +34
Branches 761 767 +6
==============================================
+ Hits 3228 3243 +15
- Misses 1321 1338 +17
- Partials 301 303 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## development #2562 +/- ##
===============================================
- Coverage 66.55% 66.05% -0.51%
===============================================
Files 180 182 +2
Lines 4859 4993 +134
Branches 762 784 +22
===============================================
+ Hits 3234 3298 +64
- Misses 1324 1387 +63
- Partials 301 308 +7
Continue to review full report at Codecov.
|
* docs(datepicker): add jsdoc for inputs/outputs * docs(datepicker): add demo for min/max, disabled, add description to existing demos
… for old and new datepicker
Conflicts: src/datepicker/bs-datepicker.module.ts
@valorkin Thank you for this release!! |