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(accordion): don't generate custom 'undefined' class #3588

Conversation

maxokorokov
Copy link
Member

@maxokorokov maxokorokov commented Feb 13, 2020

Fixes a bug in #3563
Accordion was generating 'card undefined' class if [cardClass] was not provided

cc @gpolychronis, @benouat

Fixes an issue when accordion was generating 'card undefined' class if [cardClass] was not provided
@codecov-io
Copy link

Codecov Report

Merging #3588 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3588   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files         100      100           
  Lines        2897     2897           
  Branches      534      534           
=======================================
  Hits         2657     2657           
  Misses        183      183           
  Partials       57       57
Flag Coverage Δ
#e2e 56.57% <ø> (ø) ⬆️
#unit 88.49% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/accordion/accordion.ts 98.46% <ø> (ø) ⬆️

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 8ea21bf...0147af4. Read the comment docs.

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.

Good catch! the damn missing brackets!
LGTM.

@maxokorokov maxokorokov merged commit 42642ac into ng-bootstrap:master Feb 13, 2020
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