<div ng-app="myApp" ng-controller="MyController">
<h1>Angular experiment: inter directive communication</h1>
<rh-foo rh-bar="this is bar" rh-meh=""></rh-foo>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.8.3/angular.js" integrity="sha512-klc+qN5PPscoGxSzFpetVsCr9sryi2e2vHwZKq43FdFyhSAa7vAqog/Ifl8tzg/8mBZiG2MAKhyjH5oPJp65EA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<div>
the controller of a directive provides a kind of model for the controller which can be accessed by other directives
</div>