
Dave Casper
Individual-
Generating thumbnail…
-
Generating thumbnail…
Photos
-
Eswar Kumar replied to the discussion Stuck on Trailhead Challenge : Salesforce Lightning Client Side Controllers -"mark item as packed" in the forum Salesforce® Discussions 6 years ago
Try this , It will be easy for you all to complete the challange.
Step1:
In the "campingListItem.cmp" paste this code (ignore '' :P)
<aura:component > <aura:attribute name=”item” type=”Camping_Item__c” required=”true”/> <p>Name: <ui:outputText value = “{!v.item.Name}”/> </p> <p>Price: …
-
Eswar Kumar replied to the discussion Stuck on Trailhead Challenge : Salesforce Lightning Client Side Controllers -"mark item as packed" in the forum Salesforce® Discussions 6 years ago
Try this , It will be easy for you all to complete the challange.
Step1:
In the "campingListItem.cmp" paste this code (ignore '' :P)
<aura:component > <aura:attribute name=”item” type=”Camping_Item__c” required=”true”/> <p>Name: <ui:outputText value = “{!v.item.Name}”/> </p> <p>Price: …
-
Eswar Kumar replied to the discussion Stuck on Trailhead Challenge : Salesforce Lightning Client Side Controllers -"mark item as packed" in the forum Salesforce® Discussions 6 years ago
Try this , It will be easy for you all to complete the challange.
step1:
In the "campingListItem.cmp" paste this code (ignore '' :P)
<aura:component >
<aura:attribute name="item" type="Camping_Item__c" required="true"/><p>Name:
<ui:outputText value = "{!v.item.Name}"/>
</p><p>Price:
<lightning:formattedNumber… Read more -
Eswar Kumar became a registered member 6 years ago