Commit 9666131 1 parent 7b3ccc1 commit 9666131 Copy full SHA for 9666131
File tree 1 file changed +8
-8
lines changed
ui/app/views/partials/case
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ <h3 class="modal-title">Merge Case #{{dialog.caze.caseId}}</h3>
4
4
< div class ="modal-body merge-dialog ">
5
5
< div class ="input-group input-group-lg search-field ">
6
6
< input type ="text "
7
- placeholder ="{{dialog.search.placeholder}} "
8
- ng-model ="dialog.search.input "
9
- typeahead-wait-ms =" 500 "
10
- typeahead =" caze as dialog.format(caze) for caze in dialog.getCaseByTitle(dialog.search.type, $viewValue) "
11
- typeahead-min-length ="dialog.search.minInputLength "
12
- typeahead-on-select ="dialog.onSelect($item) "
7
+ placeholder ="{{dialog.search.placeholder}} "
8
+ ng-model ="dialog.search.input "
9
+ uib-typeahead =" caze as dialog.format(caze) for caze in dialog.getCaseByTitle(dialog.search.type, $viewValue) "
10
+ typeahead-wait-ms =" 500 "
11
+ typeahead-min-length ="dialog.search.minInputLength "
12
+ typeahead-on-select ="dialog.onSelect($item) "
13
13
class ="form-control ">
14
-
14
+
15
15
< span class ="input-group-addon ">
16
16
< input type ="radio " name ="search-type " ng-model ="dialog.search.type " value ="title " ng-change ="dialog.onTypeChange('title') "> By Title
17
17
< input type ="radio " name ="search-type " ng-model ="dialog.search.type " value ="number " ng-change ="dialog.onTypeChange('number') "> By Number
18
18
</ span >
19
-
19
+
20
20
</ div >
21
21
22
22
< div class ="empty-message mv-s " ng-show ="dialog.search.cases.length === 0 ">
You can’t perform that action at this time.
0 commit comments