change div 2 input

This commit is contained in:
wlh
2014-12-06 17:52:09 +08:00
parent 507c6aa6e2
commit 219fc0c91e
3 changed files with 45 additions and 5 deletions
+2 -2
View File
@@ -7,12 +7,12 @@
<link rel="stylesheet" type="text/css" href="../css/main.css">
</head>
<body>
<header>
<header ng-controller="SearchController">
<div>
<input id="search_input" type="text" placeholder="请输入关键字"/>
</div>
<div>
<div id="search_btn">搜索</div>
<input id="search_btn" ng-click="search()" value="搜索"/>
</div>
</header>