I am using angularjs+kendoui for a small project. (I am learning angularjs)
However I found that ng-model only work one way (it can populate from controller/model to UI) but when I change the UI, it can't populate the model.
Below is a simple example.
I have a text box inside the tab. When I update the text, the model was not updated. I have another text box outside the tab. When I update the text, the model was updated. see the sample below http://plnkr.co/edit/tknizoUTtheuOoAUZv4E?p=preview