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.
Isolate scope weird behavior based on directive's name. #12215
Closed
Description
I have 2 directives on the same element. One has isolate scope (scope: {}), the other one inherits scope from parent (scope: true). Angular version 1.3.16 (and even 1.4).
This should throw an exception, but it doesn't if my directive's name starts with letter "o" or any following letter in the alphabet.
See for your self in the following plunk by simply changing the directive's name first letter:
http://plnkr.co/edit/oL1WLw