Partial form in Ionic Modal

I am building a select box as shown in this codepen

While I am able to bind values using ng-model, I am not able to bind the modal level inputs to the form defined in its parent.

So, some inputs of my form are defined inside the ionic modal and I am not able to bind those inputs to the parent form and do something like formName.inputName.$valid.

Am I missing something?

Show us your code, that’s the only way we can help you.