I have an input field and a $watch over its scope variable that triggers some server request. I disable the field during the request, but when it gets re-enabled again, cursor is missing from the line. I would like it to be present again.
I tried to restore focus by means of e.g. directive How to set focus on input field? but it does not work for some reason in connection with enabling/disabling field (I set both "focusing" and "enabling" variables in the same time.)