We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f69db commit 2d62e0bCopy full SHA for 2d62e0b
test/select.spec.js
@@ -3189,7 +3189,7 @@ describe('ui-select tests', function() {
3189
3190
it('should have a default value of glyphicon-refresh ui-select-spin', function () {
3191
var control = createUiSelect();
3192
- expect(control.scope().$select.spinnerClass).toEqual('glyphicon-refresh ui-select-spin');
+ expect(control.scope().$select.spinnerClass).toEqual('glyphicon glyphicon-refresh ui-select-spin');
3193
});
3194
3195
it('should have set a custom class value of randomclass', function () {
0 commit comments