You need to sign in to do that
Don't have an account?
Not able to verify third step from 'Quick Start:Lighting Components' challenge
Hi,
I am trying to complete the above challenge in trailhead and although I am copying-pasting everything I get the following error:
"Step not yet complete... here's what's wrong:
The component is not using the 'MyContactListController' Apex controller
Note: you may run into errors if you've skipped previous steps."
I have deleted & re-created the component but still dowsn't work. Can you please help ?
Thanks in advance.
I am trying to complete the above challenge in trailhead and although I am copying-pasting everything I get the following error:
"Step not yet complete... here's what's wrong:
The component is not using the 'MyContactListController' Apex controller
Note: you may run into errors if you've skipped previous steps."
I have deleted & re-created the component but still dowsn't work. Can you please help ?
Thanks in advance.
Sandeep
Here's a screenshot of my Lightning Component Code:
Thanks in advance !
I would like to know if you could solve the problem. I couldn't finish all the step least third one. I just stuck there, I don't know which is the problem and I wondering whether you could help me with that.
I am running into the same issue. Initially, my component won't save as it could not see my controller. I searched here and found that i had to prefix the controller name with the namespace name followed by 2 underscrores as below.
<aura:component controller="docsample1__.MyContactListController">
Now I am trying to verify, I am getting the same error; "The component is not using the 'MyContactListController' Apex controller". The MyContactListController.js got saved successfully.
thanks
Jay
Jay