Skip to content

Commit

Permalink
Update core- to iron-ajax in PRIMER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Jul 30, 2015
1 parent 07327c0 commit e99358a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2253,7 +2253,7 @@ In order to use Polymer bindings without defining a new custom element, you may
<meta charset="utf-8">
<script src="components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="components/polymer/polymer.html">
<link rel="import" href="components/core-ajax/core-ajax.html">
<link rel="import" href="components/iron-ajax/iron-ajax.html">

</head>
<body>
Expand All @@ -2262,7 +2262,7 @@ In order to use Polymer bindings without defining a new custom element, you may
<!-- allow use of Polymer bindings main document -->
<template is="dom-bind">

<core-ajax url="http://..." lastresponse="{{data}}"></core-ajax>
<iron-ajax url="http://..." lastresponse="{{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 e99358a

Please sign in to comment.