Browse Source

fix(angular/theming): scriban render problem

pull/12108/head
Berkan Sasmaz 4 years ago
parent
commit
5be98cc87d
No known key found for this signature in database GPG Key ID: 4E387A3A3BCC339B
  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