Having trouble using $watch with a radio button located inside an AngularJS Modal. The $watch doesn't seem to work when the value changes within the modal.
If I move the radio buttons outside the modal, the $watch functions as expected.
You can see the issue in action here: http://plnkr.co/edit/q8t9qGJg57MMiQGop202?p=preview
In the provided example, if you click on "Open me" and select either of the upper two radio buttons (me or you), the $watch is not triggered and the alert message doesn't appear.
However, if you click on the radio buttons on the main page (outside the modal), the $watch works fine and displays the alert message.
Looking for a workaround to resolve this issue. Any suggestions would be appreciated. Thank you!