KUIB 3, AngularJS app. I have a Text Box on a blank view. How can I set an initial value for the Text Box in code? Here's code that does not work in onShow:
Are you using the ng-model keyword? It should normally look like this.
$component.ng-model_name = 'some text that varies by user';