This commit is contained in:
wlh
2014-12-09 00:11:24 +08:00
parent 13c6a57b96
commit 04e2322cb1
11 changed files with 340 additions and 71 deletions
+8
View File
@@ -0,0 +1,8 @@
<header ng-controller="SearchController">
<div>
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字"/>
</div>
<div>
<input id="search_btn" ng-click="search()" value="搜索"/>
</div>
</header>