Files
vczero.github.io/t/html/views/search.html
T
2014-12-14 16:50:54 +08:00

8 lines
258 B
HTML

<header ng-controller="Search">
<div>
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字" autofocus="true"/>
</div>
<div>
<input type="button" id="search_btn" ng-click="search()" value="搜索"/>
</div>
</header>