You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: docs/core-concepts/angular-data-binding.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ This is the way Angular supports two-way data binding. It generally works in alm
83
83
84
84
## Interpolation
85
85
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.
0 commit comments