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