I have an AngularJS page with several form inputs.
When the some of the inputs have focus, I want to change other, arbitrary, aspects of the page.
For example, w
ngFocus and ngBlur are built-in directives:
The field has focus!!
Try demo on jsfiddle