Goal: Create behaviors using directives with communication between 2 sibling elements (each their own directive).
A behavior to use in example: The article content is hi
Or you can create a service just for directive communication, one advantage of special service vs require is that your directives won't depend on their location in html structure.
service
require