We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 963e6c5 + 4427b0b commit d857579Copy full SHA for d857579
src/lib/template/dom-bind.html
@@ -34,7 +34,7 @@
34
35
<template is="dom-bind">
36
37
- <iron-ajax url="http://..." lastresponse="{{data}}" auto></iron-ajax>
+ <iron-ajax url="http://..." last-response="{{data}}" auto></iron-ajax>
38
39
<template is="dom-repeat" items="{{data}}">
40
<div><span>{{item.first}}</span> <span>{{item.last}}</span></div>
0 commit comments