Browse Source
Merge pull request #12108 from abpframework/berkan/update-docs
fix(docs): scriban render problem on angular/theming
pull/12109/head
Engincan VESKE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
`, |
|
|
|
}) |
|
|
|
|