不说多的,就一个代码:
<input type="search" class="am-form-field" placeholder="输入搜索关键字" ng-model="SearchKey" ng-keypress="($event.which === 13)?GetList():0">
GetList() 为函数