I'm trying to learn polymer from the pros, so to speak, so I'm studying the topeka app. One of the first questions is about the template on
index.html. I noticed that it uses is=auto-binding to make use of the {{}} variable binding features in Polymer. I see the variables user, categories and connected in the template. What I'm wondering is where these variables get set. I don't see any code that is attaching to this template and setting them so that they can be passed on to the specified child elements. Can somebody please explain better?