There was an error while loading. Please reload this page.
1 parent b75540f commit 548370fCopy full SHA for 548370f
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')}}`](expressions) |
+| Polymer | `{{`...`}}` | [`{{arrayOfFriends | startsWith('M')}}`](https://www.polymer-project.org/0.5/docs/polymer/expressions.html) |
15
| CanJS | `<%`...`%>` | `<% alert(0) %>` | |
16
| Underscore | `<%`...`%>` | `<% alert(0) %>` | |
17
| Ember | `{{`...`}}` | `{{#view tagName=script}}alert(2){{/view}}` | |
0 commit comments