Skip to content

Commit d857579

Browse files
authored
Merge pull request #4307 from gndplayground/master
change lastresponse to last-response in dom-bind example
2 parents 963e6c5 + 4427b0b commit d857579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/template/dom-bind.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
3535
<template is="dom-bind">
3636
37-
<iron-ajax url="http://..." lastresponse="{{data}}" auto></iron-ajax>
37+
<iron-ajax url="http://..." last-response="{{data}}" auto></iron-ajax>
3838
3939
<template is="dom-repeat" items="{{data}}">
4040
<div><span>{{item.first}}</span> <span>{{item.last}}</span></div>

0 commit comments

Comments
 (0)