This repository was archived by the owner on Oct 2, 2019. It is now read-only.
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 @@ -3387,18 +3387,18 @@ describe('ui-select tests', function () {
3387
3387
el = compileTemplate (
3388
3388
'<ui-select ng-model="selection.selected" theme="' + theme + '"' + multi + '> \
3389
3389
<ui-select-match placeholder="Pick one...">{{$select.selected.name}}</ui-select-match> \
3390
- <ui-select-header>{{' + selectedStr + '.name}}</ui-select-header>\
3390
+ <ui-select-header>{{' + selectedStr + '.name}}</ui-select-header>\
3391
3391
<ui-select-choices repeat="person in people | filter: $select.search"> \
3392
3392
<div ng-bind-html="person.name | highlight: $select.search"></div> \
3393
3393
<div ng-bind-html="person.email | highlight: $select.search"></div> \
3394
3394
</ui-select-choices> \
3395
- <ui-select-footer>{{' + selectedStr + '.name}}</ui-select-footer> \
3395
+ <ui-select-footer>{{' + selectedStr + '.name}}</ui-select-footer> \
3396
3396
</ui-select>'
3397
3397
) ;
3398
3398
}
3399
3399
3400
- [ 'selectize' , 'bootstrap' , 'select2' ] . forEach ( function ( theme ) {
3401
- describe ( theme + ' theme' , function ( ) {
3400
+ [ 'selectize' , 'bootstrap' , 'select2' ] . forEach ( function ( theme ) {
3401
+ describe ( theme + ' theme' , function ( ) {
3402
3402
it ( 'should show the header' , function ( ) {
3403
3403
setupSelectComponent ( theme ) ;
3404
3404
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