add component

This commit is contained in:
wlh
2015-01-06 23:50:34 +08:00
parent c1c3402efa
commit b690d5bdbf
405 changed files with 332 additions and 27950 deletions
+9
View File
@@ -0,0 +1,9 @@
<header ng-controller="SearchController">
<div>
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字" ng-click="goToSearch()"/>
</div>
<div>
<input type="button" id="search_btn" value="搜索"/>
</div>
</header>