mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

Two Way Binding Not Working on Forms

Open agilist-github opened this issue 10 years ago • 1 comments

I am using the same layout and two way binding is not working on forms. Also the same is not working in your demo on live url. Please let me know how can I achieve the same?

agilist-github avatar Aug 26 '15 09:08 agilist-github

I also having the same problem, and i found the solutions. Change:

<input type = "email" ng-model= "email" / >

to

<input type = "email" ng-model= "$parent.email" / >

tweikiang avatar Oct 13 '15 21:10 tweikiang