As the title says, whenever I change the data on a template with repeat on a set of data, the list will not update. Is there a force update method or some trick that I am missing in order to get the template to refresh?
I have tried using the following but that will only cause the template to remove all of the elements that were repeated and not repeat for the updated values.
template.iterator_.updateIteratedValue();