0
0
bleve/examples/beer-search/static/partials/search/syntax.html
2014-07-31 11:51:27 -04:00

16 lines
638 B
HTML

<h1 class="page-header">Syntax Search</h1>
<form class="form-horizontal" role="form">
<div class="form-group">
<div class="col-sm-offset-2 col-sm-8">
<input ng-model="syntax" type="text" class="form-control" id="searchTerm" placeholder="">
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary" ng-click="searchSyntax()">Search</button>
</div>
</div>
</form>
<div ng-show="results" ng-include src="'/static/partials/search/results.html'">