I am using angular and Bootstrap for angular (angular UI), and when I open the modal (click on Edit List) and the select a country to Edit, let say I change the name of a country, I don't see it reflected in the model of the modal controller. So this value is not updated: $ctrl.Country.
I am getting lost as I am using duoble binding in the input text: {{$ctrl.Country.Name}}
This is my Plunker
<a href="https://plnkr.co/edit/5JHKpdmLMVBFlmL22SGC?p=preview">Plunker</a>
Thanks