Skip to content

Commit

Permalink
change lastresponse to last-response in dom-bind example
Browse files Browse the repository at this point in the history
  • Loading branch information
gndplayground authored Feb 11, 2017
1 parent 2d804a2 commit 4427b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/template/dom-bind.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<template is="dom-bind">
<iron-ajax url="http://..." lastresponse="{{data}}" auto></iron-ajax>
<iron-ajax url="http://..." last-response="{{data}}" auto></iron-ajax>
<template is="dom-repeat" items="{{data}}">
<div><span>{{item.first}}</span> <span>{{item.last}}</span></div>
Expand Down

0 comments on commit 4427b0b

Please sign in to comment.