Browse Source

Merge pull request #12109 from abpframework/auto-merge/rel-5-1/957

Merge branch rel-5.2 with rel-5.1
pull/12110/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
09d253d758
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Theming.md

2
docs/en/UI/Angular/Theming.md

@ -227,7 +227,7 @@ import { Router } from '@angular/router';
template: `
<a class="dropdown-item pointer" (click)="data.action()">
<i *ngIf="data.textTemplate.icon" [class]="data.textTemplate.icon"></i>
{{ data.textTemplate.text | abpLocalization }}
{%{{{ data.textTemplate.text | abpLocalization }}}%}
</a>
`,
})

Loading…
Cancel
Save