angular Js 回车处理

 不说多的,就一个代码:

<input type="search" class="am-form-field" placeholder="输入搜索关键字" ng-model="SearchKey" ng-keypress="($event.which === 13)?GetList():0">

  GetList() 为函数

posted @ 2018-08-18 23:50  Tclywork  阅读(177)  评论(0编辑  收藏  举报