File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -370,10 +370,10 @@ body > .ui-select-bootstrap.open {
370
370
371
371
/* Spinner */
372
372
.ui-select-refreshing .glyphicon {
373
- position : absolute;
374
- right : 0 ;
375
- padding : 8px 27px ;
376
- }
373
+ position : absolute;
374
+ right : 0 ;
375
+ padding : 8px 27px ;
376
+ }
377
377
378
378
@-webkit-keyframes ui-select-spin {
379
379
0% {
Original file line number Diff line number Diff line change @@ -3402,18 +3402,18 @@ describe('ui-select tests', function () {
3402
3402
el = compileTemplate (
3403
3403
'<ui-select ng-model="selection.selected" theme="' + theme + '"' + multi + '> \
3404
3404
<ui-select-match placeholder="Pick one...">{{$select.selected.name}}</ui-select-match> \
3405
- <ui-select-header>{{' + selectedStr + '.name}}</ui-select-header>\
3405
+ <ui-select-header>{{' + selectedStr + '.name}}</ui-select-header>\
3406
3406
<ui-select-choices repeat="person in people | filter: $select.search"> \
3407
3407
<div ng-bind-html="person.name | highlight: $select.search"></div> \
3408
3408
<div ng-bind-html="person.email | highlight: $select.search"></div> \
3409
3409
</ui-select-choices> \
3410
- <ui-select-footer>{{' + selectedStr + '.name}}</ui-select-footer> \
3410
+ <ui-select-footer>{{' + selectedStr + '.name}}</ui-select-footer> \
3411
3411
</ui-select>'
3412
3412
) ;
3413
3413
}
3414
3414
3415
- [ 'selectize' , 'bootstrap' , 'select2' ] . forEach ( function ( theme ) {
3416
- describe ( theme + ' theme' , function ( ) {
3415
+ [ 'selectize' , 'bootstrap' , 'select2' ] . forEach ( function ( theme ) {
3416
+ describe ( theme + ' theme' , function ( ) {
3417
3417
it ( 'should show the header' , function ( ) {
3418
3418
setupSelectComponent ( theme ) ;
3419
3419
expect ( $ ( el ) . find ( '.ui-select-header' ) . text ( ) . trim ( ) ) . toBe ( scope . selection . selected . name ) ;
You can’t perform that action at this time.
0 commit comments