dashboard
repositories
filestore
activity
search
login
main
/
travel_frontend
差旅前端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
创建
zm
2020-04-12
0d659cff38f50d83e782a9f8c5c20fb54a5c0321
[travel_frontend.git]
/
src
/
static
/
templates
/
drop_down_selector.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<ul>
<li ng-repeat="option in filterlist">
<div>
<div>
<input
type="checkbox"
ng-model="option.selected"
multiple="multiple"
>
</div>
<div>{{option.gc_cpn_alias}}</div>
</div>
</li>
</ul>