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.
Directive requiring can't find camelCased directive with a data prefix #10722
Open
Description
This is either a configuration issue or a parsing issue. I keep getting these errors:
https://docs.angularjs.org/error/$compile/ctreq?p0=superhero&p1=strength
https://docs.angularjs.org/error/$compile/ctreq?p0=super-hero&p1=invis
The code is in the plnkr below. http://plnkr.co/edit/Ofq6OXE1tTTIIKMCZic6
I would expect the consistent camelCasing to work, but that doesnt see to be the case here.