http://angular-tips.com/blog/2013/08/tip-directives-with-the-same-name/
By doing this we can write directives that we need to run when other directive appears. So if we need to do something in every
<input>
we only need to write anotherinput
directive… etc.
Angular will run both.