File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 12
12
< div class ="form-group col-md-6 scrollable-dropdown-menu " ng-class ="{'has-error': editDeviceForm.manufacturer.$touched && editDeviceForm.manufacturer.$invalid} ">
13
13
< label for ="device-manufacturer "> Manufacturer</ label >
14
14
< input id ="device-manufacturer " type ="text " class ="form-control " ng-model ="device.manufacturer " name ="manufacturer "
15
- typeahead-loading ="loadingLocations " uib-typeahead ="manufacturer for manufacturer in getManufacturers($viewValue) " required ="required ">
16
- < i ng-show ="loadingLocations " class ="glyphicon glyphicon-refresh " > </ i >
15
+ uib-typeahead ="manufacturer for manufacturer in getManufacturers($viewValue) " required ="required ">
17
16
</ div >
18
17
</ div >
19
18
< div class ="row ">
Original file line number Diff line number Diff line change 20
20
< input id ="type " type ="text " class ="form-control " ng-model ="formSearch.criteria.type "
21
21
uib-typeahead ="type for type in types | filter:$viewValue " name ="type " >
22
22
</ div >
23
- < div class ="col-md-4 scrollable-dropdown-menu ">
23
+ < div class ="form-group col-md-4 scrollable-dropdown-menu ">
24
24
< label for ="manufacturer "> Manufacturer</ label >
25
25
< input id ="manufacturer " type ="text " class ="form-control " ng-model ="formSearch.criteria.manufacturer " name ="manufacturer "
26
- typeahead-loading ="loadingLocations " uib-typeahead ="manufacturer for manufacturer in getManufacturers($viewValue) | limitTo:15 ">
27
-
28
- < i ng-show ="loadingLocations " class ="glyphicon glyphicon-refresh " > </ i >
26
+ uib-typeahead ="manufacturer for manufacturer in getManufacturers($viewValue) | limitTo:15 ">
29
27
</ div >
30
28
< div class ="form-group col-md-4 ">
31
29
< label for ="model "> Model</ label >
Original file line number Diff line number Diff line change 12
12
< div class ="form-group col-md-6 scrollable-dropdown-menu " ng-class ="{'has-error': editDeviceForm.manufacturer.$touched && editDeviceForm.manufacturer.$invalid} ">
13
13
< label for ="device-manufacturer "> Manufacturer</ label >
14
14
< input id ="device-manufacturer " type ="text " class ="form-control " ng-model ="device.manufacturer " name ="manufacturer "
15
- typeahead-loading ="loadingLocations " uib-typeahead ="manufacturer for manufacturer in getManufacturers($viewValue) " required ="required ">
16
- < i ng-show ="loadingLocations " class ="glyphicon glyphicon-refresh " > </ i >
15
+ uib-typeahead ="manufacturer for manufacturer in getManufacturers($viewValue) " required ="required ">
17
16
</ div >
18
17
</ div >
19
18
< div class ="row ">
You can’t perform that action at this time.
0 commit comments