You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
You don't use $parent.prop with @attributes defined in the directive scope definition, but if an attribute isn't defined in scope definition, then you need to use $parent. This is confusing/inconsistent.
I don't know that I'd ever use an inline attribute to access an isolated scope property, in all of my use cases they've been to access parent scope properties. Whatever the intent, it would be ideal if these were consistent.
The text was updated successfully, but these errors were encountered:
You don't use $parent.prop with @attributes defined in the directive scope definition, but if an attribute isn't defined in scope definition, then you need to use $parent. This is confusing/inconsistent.
http://jsfiddle.net/ItsLeeOwen/UYkJP/
I don't know that I'd ever use an inline attribute to access an isolated scope property, in all of my use cases they've been to access parent scope properties. Whatever the intent, it would be ideal if these were consistent.
The text was updated successfully, but these errors were encountered: