Skip to content
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

fix(timepicker): display correct NgModel value inside OnPush component #3001

Merged
merged 1 commit into from
Feb 11, 2019

Conversation

maxokorokov
Copy link
Member

Fixes #2992

@codecov-io
Copy link

Codecov Report

Merging #3001 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3001      +/-   ##
==========================================
+ Coverage   92.26%   92.27%   +<.01%     
==========================================
  Files          91       91              
  Lines        2870     2872       +2     
  Branches      463      463              
==========================================
+ Hits         2648     2650       +2     
  Misses        163      163              
  Partials       59       59
Flag Coverage Δ
#e2e 60.06% <0%> (-0.05%) ⬇️
#unit 90.65% <100%> (ø) ⬆️
Impacted Files Coverage Δ
src/timepicker/timepicker.ts 98.8% <100%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 932d7f6...fb65798. Read the comment docs.


describe('on push', () => {

it('should render initial model value', async(async() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still can't manage this clang formatting.... :( it's bugging me all the time!

Copy link
Member

@benouat benouat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We can merge

@maxokorokov maxokorokov merged commit 0e9b291 into ng-bootstrap:master Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants