Skip to content

Commit

Permalink
change text search length
Browse files Browse the repository at this point in the history
  • Loading branch information
sernadela committed May 24, 2016
1 parent 38b5140 commit 62e8506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/webapp/WEB-INF/partials/text.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="page-header">Text Search</h1>

<div class="col-lg-3">
<div class="input-group">
<input type="text" class="form-control" data-ng-model="text" placeholder="Search for..." maxlength="10">
<input type="text" class="form-control" data-ng-model="text" placeholder="Search for..." maxlength="30">
<span class="input-group-btn" >
<button class="btn btn-primary" type="button" data-ng-click="getData()" ng-disabled="spinner"><span ng-show="!spinner">Go!</span><span><i class="fa fa-refresh fa-spin" ng-show="spinner"></i></span></button>
</span>
Expand Down

0 comments on commit 62e8506

Please sign in to comment.