set default value 0 in input field angular js 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>
<input ng-model="searchText" ng-init="searchText ='can you see me'"></input>