I have tried it in my own application but also in the example formviewer.html app.
You can test this yourself by doing the following
Add demoCtrl.dataModel = testAutoFill(); to the timedModelChanged() method
and a new method called testAutoFill()
function testAutoFill() {
var data = angular.fromJson({
"richEditor-1441426365355": "\n\t",
"input-1441426278314": "fff",
"input-1441426295927": "aaa",
"input-1441426313388": "df@fgds.com"
});
return data;
}
I left a comment here
I have tried it in my own application but also in the example formviewer.html app.
You can test this yourself by doing the following Add
demoCtrl.dataModel = testAutoFill();
to thetimedModelChanged()
method and a new method calledtestAutoFill()