I study AngularJS directives at this link: Directives
When i reached the last example about: Creating Directives that Communicate
I did find this line(from script.js):
title: '@' // Line 33 at the script.js
The problem is that i don't know what this line means, I do know that title is an isolated scope property but what is the @, I have learned that:
'=' is where the attribute name is the same as the value'=info' where info is the attribute
But the documentation from the link above is not explaining what is the @, My best guess is that when the @ is the value, The value assigned to the title property is the value from the title attribute, But i am not so sure if anyone can help me understand what it is i will be very thankful, Thank you all and have a nice day.