How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
How to code : Click a button and fill in an input?
Hello Elvin,
Please use preApperyio("inputName").val("sample text");/pre
It didn't work ![]()
with bootstrap
Elvin, please follow next steps for AngularJS projects:
1) set ng-model (e.g. "test") property for input component
2) create the same variable on the "scope" tab.
3) create function on the "scope" tab with this code:
$scope.test = "sample test";
4) set this function in the "ng-click" property for the button
Thanks it work now!