Issue with html select inside ion-content

Hi
Im using ionic 1.2.8 and there is an issue with the select tag
when i have a form with a select tag , and this form is nested inside ion-content directive , the value doesnt get bind to the controller. when i remove this it works just fine

The issue was caused due to nested scopes. in order to resolve i just had to use var name with dot like instead of ‘selectedCity’ use ‘form.selectedCity’