File tree Expand file tree Collapse file tree 6 files changed +24
-2403
lines changed Expand file tree Collapse file tree 6 files changed +24
-2403
lines changed Original file line number Diff line number Diff line change 13
13
theme ="selectize "
14
14
ng-disabled ="disabled "
15
15
on-select ="analyticsCtl.onSelectBucket($item) ">
16
- < ui-select-match > {{$select.selected}}</ ui-select-match >
17
- < ui-select-choices repeat ="name in analyticsCtl.buckets.bucketsNames | filter: $select.search ">
16
+ < ui-select-match
17
+ class ="ui-select-match "> {{$select.selected}}</ ui-select-match >
18
+ < ui-select-choices
19
+ class ="ui-select-choices "
20
+ repeat ="name in analyticsCtl.buckets.bucketsNames | filter: $select.search ">
18
21
< span class ="select-item ellipsis " ng-bind-html ="name | highlight: $select.search "> </ span >
19
22
</ ui-select-choices >
20
23
</ ui-select >
26
29
theme ="selectize "
27
30
ng-disabled ="disabled "
28
31
on-select ="analyticsCtl.onSelectNode($item) ">
29
- < ui-select-match > {{$select.selected}}</ ui-select-match >
30
- < ui-select-choices repeat ="name in analyticsCtl.nodes.nodesNames | filter: $select.search ">
32
+ < ui-select-match
33
+ class ="ui-select-match "> {{$select.selected}}</ ui-select-match >
34
+ < ui-select-choices
35
+ class ="ui-select-choices "
36
+ repeat ="name in analyticsCtl.nodes.nodesNames | filter: $select.search ">
31
37
< span class ="select-item ellipsis " ng-bind-html ="name | highlight: $select.search "> </ span >
32
38
</ ui-select-choices >
33
39
</ ui-select >
Original file line number Diff line number Diff line change 16
16
theme ="selectize "
17
17
on-select ="documentsControlCtl.onSelectPageLimits($item) "
18
18
class ="inline middle cbui narrow ">
19
- < ui-select-match > {{$select.selected}}</ ui-select-match >
19
+ < ui-select-match
20
+ class ="ui-select-match "> {{$select.selected}}</ ui-select-match >
20
21
< ui-select-choices
22
+ class ="ui-select-choices "
21
23
repeat ="name in documentsControlCtl.state.pageLimits | filter: $select.search ">
22
24
< span
23
25
class ="select-item ellipsis "
Original file line number Diff line number Diff line change 14
14
theme ="selectize "
15
15
style ="display: inline-block; vertical-align: middle; "
16
16
class ="cbui ">
17
- < ui-select-match > {{$select.selected}}</ ui-select-match >
18
- < ui-select-choices repeat ="name in documentsCtl.state.bucketsNames | filter: $select.search ">
17
+ < ui-select-match
18
+ class ="ui-select-match "> {{$select.selected}}</ ui-select-match >
19
+ < ui-select-choices
20
+ class ="ui-select-choices "
21
+ repeat ="name in documentsCtl.state.bucketsNames | filter: $select.search ">
19
22
< span class ="select-item ellipsis " ng-bind-html ="name | highlight: $select.search "> </ span >
20
23
</ ui-select-choices >
21
24
</ ui-select >
Original file line number Diff line number Diff line change 18
18
on-select ="viewsCtl.onSelectBucket($item) "
19
19
theme ="selectize "
20
20
class ="inline ">
21
- < ui-select-match > {{$select.selected}}</ ui-select-match >
22
- < ui-select-choices repeat ="name in viewsCtl.state.bucketsNames | filter: $select.search ">
21
+ < ui-select-match
22
+ class ="ui-select-match "> {{$select.selected}}</ ui-select-match >
23
+ < ui-select-choices
24
+ class ="ui-select-choices "
25
+ repeat ="name in viewsCtl.state.bucketsNames | filter: $select.search ">
23
26
< span class ="select-item ellipsis " ng-bind-html ="name | highlight: $select.search " > </ span >
24
27
</ ui-select-choices >
25
28
</ ui-select >
Original file line number Diff line number Diff line change 44
44
< script src ="libs/angular-uib-position.js "> </ script >
45
45
< script src ="libs/angular-uib-tooltip.js "> </ script >
46
46
< script src ="libs/angular-uib-spock.js "> </ script >
47
- < script src ="libs/angular-ui-select-0.19.5 .js "> </ script >
47
+ < script src ="libs/angular-ui-select.js "> </ script >
48
48
< script src ="libs/angular-ui-codemirror.js "> </ script >
49
49
< script src ="libs/clipboard.js "> </ script >
50
50
< script src ="libs/ngclipboard.js "> </ script >
You can’t perform that action at this time.
0 commit comments