Data binding not working in Android

Hi,

A simple data binding from controller to view is showing fine on Chrome but is not showing on an Android 4.3.1 Galaxy S2.
Here is a short snippet of the code:

In my app I’m using Cordova to open the date picker and that works fine. I get the date and I can store it in scope. Is just the initial data binding and the update that is not displayed. I checked for errors in LogCat but I didn’t find anything unusual.

Thanks,


Update: The issue was related to the HTML markup and not the data binding.