UNPKG
@seges/angular-filter-box
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.1.0
1.0.0
Search field for angular views to filter out data entries.
@seges/angular-filter-box
/
src
/
filterBox.html
7 lines
(6 loc)
•
283 B
HTML
View Raw
1
2
3
4
5
6
7
<
div
class
=
"container-fluid input-group filter-box"
>
<
div
class
=
"input-group-addon"
>
<
i
class
=
"fa fa-search"
>
</
i
>
</
div
>
<
input
type
=
"text"
class
=
"form-control form-control-no-glow"
placeholder
=
"{{filterBox.placeholder}}"
ng-model
=
"filterBox.model"
>
</
div
>