UNPKG
candy
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.4
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
a micro bbs system based on duoshuo.com apis
github.com/turingou/candy
turingou/candy
candy
/
views_old
/
widgets
/
search.jade
6 lines
•
224 B
text/jade
View Raw
1
2
3
4
5
6
//- .search
(
ng-controller
=
"candy.ctrlers.search"
)
form
#topSearch
.
input
-group .
input
-group-btn i.icon-search
input
(
type
=
"text"
,ng-model
=
"search.keyword"
,ng-change
=
"fetch()"
)
.form-control