Within an Angular (1.5) setting, I am confronted with a form containing two input sections:
- ID
- URL
The requirements are as follows:
- If the ID section remains vacant, the URL field should likewise be left empty.
- If the URL area is entered manually, it must not alter automatically afterward.
- If none of the above apply, then the URL slot should autonomously show ""+ID+".txt"
What steps can be taken to bring about this desired outcome?