-
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
Introduction on How to Use Workbench | Salesforce Developer Guide
Workbench is a powerful and important platform. It is a web-based suite of tools that help the administrators and developers (Salesforce) to communicate with your…
Application Events In Salesforce Lightning Framework
In Salesforce Lightning, if we need to pass data from one component to another within an application , we can use Lighting Events. For example:…
Popular Salesforce Videos
Salesforce Developer Career Path | How to Become Salesforce Developer
Watch this video to get a good idea about the Salesforce Developer Career Path. In this video you will learn how to become Salesforce Developer.…
What is Record Types in Salesforce?
Record Types is where you have multiple page layouts to a specific profile. Watch this video to learn all about it.
Salesforce Beginner Interview Questions and Answers Full Length Video [2023]
Watch this video to get to know about Salesforce Beginner Interview Questions and Answers Full-Length Video [2023]. 00:00:00 Introduction 00:02:56 Sandbox 00:05:05 Process Builder 00:09:00…