I'm trying to write a function, which is related to the DOM, but the problem is , polymer calls the function before the DOM is loaded, and as expected it gives me an undefined error!
I was looking for an event like onComplete or anything like this, so that It could read my function after loading the DOM.
*** the best example is ready function in Jquery
P.S : "ready:" event in polymer doesn't work properly,