I'm using a template processor like handlebars to build my templates. Since recently I'm using angularjs to handle some JS stuff and would like to bind angular models to some of the elements I created. You have to imagine it like a list of ideas, where each of them has a button for up or downvoting. Clicking the buttons would trigger an ajax request to the server. I'm stuck at the point where I'm not sure how to name my models in this case or in general about the binding, as each idea has an unique id.I'm using a template processor like handlebars