We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5622bb6 commit 79c46d2Copy full SHA for 79c46d2
docs/client-side-templates.md
@@ -11,7 +11,7 @@ Many client-side templates look for special constructs in text nodes. Often, us
11
| Template Language | Construct | Example | Notes |
12
| ----------------- | --------- | ------- | ----- |
13
| Angular | `{{`...`}}` | [`{{buttonText}}`](https://docs.angularjs.org/guide/templates) |
14
-| Polymer | `{{`...`}}` | [`{{arrayOfFriends | startsWith('M')}}`](https://www.polymer-project.org/0.5/docs/polymer/expressions.html) |
+| Polymer | `{{`...`}}` | [<tt>{{arrayOfFriends | startsWith('M')}}</tt>](https://www.polymer-project.org/0.5/docs/polymer/expressions.html) |
15
| CanJS | `<%`...`%>` | `<% alert(1) %>` | |
16
| Underscore | `<%`...`%>` | `<% alert(1) %>` | |
17
| Ember | `{{`...`}}` | `{{#view tagName=script}}alert(2){{/view}}` | |
0 commit comments