Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

linter error being shown when it shouldn't #11

Open
tylerthehaas opened this issue Aug 29, 2016 · 0 comments
Open

linter error being shown when it shouldn't #11

tylerthehaas opened this issue Aug 29, 2016 · 0 comments

Comments

@tylerthehaas
Copy link

tylerthehaas commented Aug 29, 2016

getting is undefined in my editor. I have verified the path to iron-ajax under bower_components is correct

<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../ep-select-by-participant.html">
<link rel="import" href="../../iron-ajax/iron-ajax.html">

<style is="custom-style" include="demo-pages-shared-styles">
  .vertical-section-container {
    max-width: 960px;
  }
</style>

<dom-module is="demo-component">
  <template>
    <iron-ajax id="participants"
      auto
      url="http://localhost:3000/participants"
      handle-as="json"
      on-response="getItems"
      last-response="{{ajaxResponse}}"></iron-ajax>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant