template string with ng-if has Error: $parse:syntax
I have a string
const copy ="little copy"
Below is the copy template string
const copyTemplate = `${copy}`
I don’t understand where I’m going wrong, any help would be appreciated.
Thanks
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge.
Monic Thereon
const notesTemplate = `${notes}`;