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

Documentation code error fix. Closing the selector fixed the issue. #58

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SandeepBalachandran
Copy link

@SandeepBalachandran SandeepBalachandran commented Oct 30, 2020

Current behavior

<td-ngx-text-diff
  [left]="left"
  [right]="right"
  (compareResults)="onCompareResults($event)"
>

Fixed behavior

<td-ngx-text-diff
  [left]="left"
  [right]="right"
  (compareResults)="onCompareResults($event)"
></td-ngx-text-diff>

This PR will fix the issue noted in #57

@ABenassi87 ABenassi87 changed the base branch from master to release-0.6.1 December 25, 2020 16:56
@SandeepBalachandran
Copy link
Author

Hi there, Do we have any impediments here?

@SandeepBalachandran SandeepBalachandran changed the base branch from release-0.6.1 to master July 29, 2022 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant