You need to sign in to do that
Don't have an account?
sp13
Text Link in lightning component
How can I use outputURL to redirect to another lightning application?
<aura:iteration items="{!v.AccountsList}" var="acc"> <ui:outputURL aura:id="oURL" label="{!acc.Name}" value="______"/> </aura:iteration>