Skip to main content
Hi Guys,

Pls help me how to use map like this in lightning component.

component:--

<aura:iteration items="{!v.Accounts}" var="Acc">

    {!v.AccountMap[Acc.Id]}

</aura:iteration>

Thank You
2 answers
0/9000