I have this core-ajax element
    <core-ajax  
      id="ajax" 
      method="POST" 
      url="{{url}}" 
      params="{{item}}"
      handleAs="json" 
      response="{{response}}">
    </core-ajax>

and this function which is called when paper-fab is pressed.
submitLogin: function()
{
    this.$.ajax.go();
}

Uncaught TypeError: undefined is not a function
nolajn_prijava.html:90 Polymer.submitLogin     polymer.js:9123
events.dispatchMethod                                      polymer.js:10707 
(anonymous function)                                        polymer.js:1987
tap.up                                                                 
polymer.js:813 
dispatcher.gestureTrigger

any clue? I made this script with help of 
http://stackoverflow.com/questions/24982090/polymer-form-using-paper-input-and-core-ajax

Regards

Tadej Golobič

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/524414ce-6243-438f-83ce-4ca8336bbcb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to