Skip to content

Commit e99358a

Browse files
committed
Update core- to iron-ajax in PRIMER.md
as in Polymer/old-docs-site#1276, Polymer/old-docs-site#1275
1 parent 07327c0 commit e99358a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PRIMER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,7 +2253,7 @@ In order to use Polymer bindings without defining a new custom element, you may
22532253
<meta charset="utf-8">
22542254
<script src="components/webcomponentsjs/webcomponents-lite.js"></script>
22552255
<link rel="import" href="components/polymer/polymer.html">
2256-
<link rel="import" href="components/core-ajax/core-ajax.html">
2256+
<link rel="import" href="components/iron-ajax/iron-ajax.html">
22572257

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

2265-
<core-ajax url="http://..." lastresponse="{{data}}"></core-ajax>
2265+
<iron-ajax url="http://..." lastresponse="{{data}}" auto></iron-ajax>
22662266

22672267
<template is="dom-repeat" items="{{data}}">
22682268
<div><span>{{item.first}}</span> <span>{{item.last}}</span></div>

0 commit comments

Comments
 (0)