@ChrisBurks wrote:

However, the watch() isn't needed unless you really are needing it to do something once the value changes


Unfortunately, I do need something to happen once the lat/long is selected. I make a call to the server script to update those values in the backend. So I'm assuming $watch() is the only way to do it in this case?