Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 4db5bc6

Browse files
SirMaxxxNickIliev
authored andcommitted
Unescaped double-curly brackets do not display in browser despite displaying in gitHub preview (#1695)
1 parent ac656ca commit 4db5bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-concepts/angular-data-binding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This is the way Angular supports two-way data binding. It generally works in alm
8383

8484
## Interpolation
8585

86-
Angular mustache (`{{ }}`) syntax for binding a.k.a. interpolation is also supported within a NativeScript-Angular application. It's just another way of one-way binding placed in the middle of a text.
86+
Angular mustache {%raw%}(`{{ }}`){%endraw%} syntax for binding a.k.a. interpolation is also supported within a NativeScript-Angular application. It's just another way of one-way binding placed in the middle of a text.
8787

8888
```XML
8989
{%raw%}<Label text='{{model.deliveryHour}}:{{model.deliveryMinute}}'></Label>{%endraw%}

0 commit comments

Comments
 (0)