You need to sign in to do that
Don't have an account?
How to bind aura enabled property to lightning component?
@AuraEnabled
public string prop { get; set;}
I need to bind above apex controller property to lightning component. Please help me on this.
public string prop { get; set;}
I need to bind above apex controller property to lightning component. Please help me on this.
go to below like
http://www.sfdcmonkey.com/2016/11/17/how-to-access-apex-class-property-in-lightning-component/
thank , let me inform if it helps you and kindly mark it solved if it helps you