Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Removed OnPush change detection from definition list value component #1424

Merged
merged 4 commits into from
Jan 23, 2018

Conversation

Blackbaud-PaulCrowder
Copy link
Member

This is so the template will re-evaluate the length of the value’s
innerText element when changes occur to the parent component.

Fixes #967

This is so the template will re-evaluate the length of the value’s
`innerText` element when changes occur to the parent component.

Fixes #967
@codecov-io
Copy link

codecov-io commented Jan 17, 2018

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1424   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         370     370           
  Lines        6789    6789           
  Branches      874     874           
======================================
  Hits         6789    6789
Impacted Files Coverage Δ
...definition-list/definition-list-value.component.ts 100% <ø> (ø) ⬆️

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 dceefd6...1cadde0. Read the comment docs.

@@ -75,6 +79,31 @@ describe('Definition list component', () => {
expect(defaultValueEl).toHaveText('None found');
});

it('should display a susequent value no value is initially specified', () => {

Choose a reason for hiding this comment

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

There are a couple typos in the test name.

@Blackbaud-SteveBrush Blackbaud-SteveBrush merged commit d0c771f into master Jan 23, 2018
@Blackbaud-SteveBrush Blackbaud-SteveBrush deleted the definition-list-fix branch January 23, 2018 20:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants