This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
attrs defining properties that are not existent in 1.4 #12370
Closed
Description
in <=1.3 the directives attrs object only contained those attributes that are actually defined on an element. with 1.4 the attrs contains them even when they are not defined (seems to me it looks in scope or so, but havent looked into that).
previously we could write if(attrs.myAttr){} now we have to check for undefined.