Skip to content

Commit

Permalink
Remove angular related comment and code (opensearch-project#7087)
Browse files Browse the repository at this point in the history
* remove angular related comment and code

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>

* Changeset file for PR opensearch-project#7087 created/updated

---------

Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and mengweieric committed Jun 24, 2024
1 parent 0766b40 commit a8d8950
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7087.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- Remove angular related comment and code ([#7087](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7087))
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@
}
}

/**
* We specifically don't include Angular's ng-${state} classes here because we don't want to be tightly
* coupled with Angular.
*/
@mixin formControlInvalid {
border-color: $kuiDangerBorderColor;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,7 @@ export function hierarchicalTooltipFormatter(metricFieldFormatter) {
{rows.map((row, index) => (
<tr className="visTooltip__value" key={index}>
<td>
<div className="visTooltip__labelContainer">
<span ng-bind-html="row.spacer" />
{row.field}
</div>
<div className="visTooltip__labelContainer">{row.field}</div>
</td>
<td>
<div className="visTooltip__labelContainer">{row.bucket}</div>
Expand Down

0 comments on commit a8d8950

Please sign in to comment.