How To Set Default Value In Input Field In Angular 6 Code Example


Example: how to set default value in input field in angularjs


<input ng-model="searchText" ng-init="searchText ='can you see me'"></input>

Comments