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 was archived by the owner on Apr 12, 2024. It is now read-only.
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