Hi guys I continue with my code and I have a problem that someone can maybe help me to fix it. I'm using UI Bootstrap with angular and thymeleaf and I have problems to comunicate each. I want this:

So this table is loading dynamic from Thymeleaf but the name provider need to change.
Here is the code:
<accordion-group heading="{{providerGroup}}" th:attr="ng-repeat=\''+ providerGroup in ${@provider.getProviders().keySet()}+'\')'">
{{providerName}}
</accordion-group>
everything is working fine except that I dont know why thymeleaf dont read it.
Any help?