AngularJS, how do I make the UI dependent on which field has focus?

前端 未结 2 1933
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-15 01:41

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

2条回答
  •  遥遥无期
    2021-02-15 02:11

    ngFocus and ngBlur are built-in directives:

    
    

    The field has focus!!

    Try demo on jsfiddle

提交回复
热议问题