You are on page 1of 1

<form>

<button type="button" class="btn btn-primary" ng-click="RESETING


CustomerList()" value="Reset" style="float: right">Reset</button>
<button type="button" class="btn btn-primary" ng-click="SEARCHIN
GCustomerList()" value="Search" style="float: right">Search</button>
<div style="overflow: hidden; padding-right: .5em;">
<input type="text" name="term" ng-model="searchText" placeho
lder="search anything" id="searchBox" style="width: 100%;" />
</div>
</form>

This would give us A SEARCHBOX + 2BUTTONS RIGHT ALIGN [Search,Reset]

You might also like