-
AngularJs variable to an outputLink
I want to add an angularJs variable item.Id to the link, I tried that and it does not work:
<apex:outputLink value="https://c.cs86.visual.force.com/apex/showResultQuiz?id={{item.Id}}">
it gives me that:
https://c.eu2.visual.force.com/apex/showResultQuiz?id=%7B%7Bitem.Id%7D%7D
I want to add an angularJs variable item.Id to the link, i tried that and it does not work:<apex:outputLink value="https://c.cs86.visual.force.com/apex/showResultQuiz?id={{item.Id}}">
it gives me that:
https://c.eu2.visual.force.com/apex/showResultQuiz?id=%7B%7Bitem.Id%7D%7D
it does not change the {{item.Id}} with the actual value, it just prints out the letters.
Log In to reply.
Popular Salesforce Blogs
Maximizing your Marketing Potential in 2024
In today's digital landscape, the ability to effectively engage with customers across various channels is crucial for businesses striving to stay ahead of the competition.…
Engaging User Communities with Salesforce Experience Cloud
For years, Salesforce customers have leveraged communities to deliver Salesforce-powered interactions to their users. However, these communities were limited to singular portals and websites. In…
How to Create a Salesforce Wizard using Lightning Component?
How to create a Salesforce wizard using the Lightning Component? What is a Wizard? A wizard is a sequence of a tab with the next…
Popular Salesforce Videos
Scheduled Actions Workflow Rules, Process Builder and Lightning Flow
Time-dependent actions are executed at a specific time, such as 10 days before a record's close date. When that specific time passes, the workflow rule…
Engineer More Than Software at Salesforce
Salesforce engineers are builders. Together, we’ve created a platform that helps companies around the world connect with their customers. Driven by our commitment to trust,…
See the Future of APIs at Salesforce
Salesforce APIs are a way for other applications (or code in other applications) to programmatically access data within your Salesforce org, in a simple and…