I am unable to set a default value to ng-model=\"searchText\". Here is the code I am using <
Try this following code:
In your controller
$scope.searchText = "your default value";
Edit : If you don't want to initialize the default value in controller just do