-
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
Always Implement 2FA when providing web services on top of Salesforce
How many time have you herd the sentence “SECURITY is never enough” ? especially in IT and digital services we always add new fences, walls…
Best Books to Prepare for Salesforce Certification
Salesforce is a cloud-based platform that allows you to create and manage cloud-based apps with high flexibility. This platform is primarily intended for businesses and enterprises,…
Popular Salesforce Videos
Send WhatsApp and Save Chat using Lightning Component Salesforce | Salesforce Tutorials
In this video you will learn to send #WhatsApp using Lightning Component Salesforce. Also we will create a custom object to store the chat. Features…
Process Builder In Salesforce | Tutorial Video
Do you want to create a record for any object from a workflow? Do you want to call your Apex class from a workflow? Do…
How To Use Javascript Editor In Formstack Part 2 - Learn Salesforce Series By Algoworks
Learn how to integrate Javascript editor in Formstack in this Salesforce tutorial brought to you by Algoworks. Did you miss the complete tutorial? To watch…