I can watch in a directive one object's property (actually - clientHeight). But how to change other object's padding-top according to this height? I know how to do this using jQuery, but I am looking for an Angular way.
In Angular one can access some page element using a directive. Ok, but how to access other page element in the same directive?