mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
add filter for owner
This commit is contained in:
parent
5f0f721837
commit
3713134208
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
<h2>Owners</h2>
|
<h2>Owners</h2>
|
||||||
|
|
||||||
<form onsubmit="javascript:void(0)">
|
<form onsubmit="javascript:void(0)" style="max-width: 20em; margin-top: 2em;">
|
||||||
<div class="form-group ">
|
<div class="form-group">
|
||||||
<label>Seach</label>
|
<input type="text" class="form-control" placeholder="Search Filter" ng-model="$ctrl.query" />
|
||||||
<input type="text" class="form-control" placeholder="Filter" ng-model="$ctrl.query" />
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue