This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
spinner-class should use glyphicon #1893
Labels
Comments
Hi @brianchance , can you so a example plunker on the desired solution? Thanks. |
I think this should do it... http://plnkr.co/edit/bp2LTqnrYE0rJV0mhw5b?p=preview 1st select uses a local declaration for what the current .ui-select-refreshing is |
okay, so basically you want to change the css class and the default css config for the refresh function. Correct? |
yes. |
okay, looks like a valid bug. Can you make the PR? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issues forum is NOT for support requests. It is for bugs and feature requests only.
Please read https://github.com/angular-ui/ui-select/blob/master/CONTRIBUTING.md and search
existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.
The spinner-class should use the glyphicon class instead of declaring the font on ui-select-refreshing. If you try to replace
glyphicon-reverse
with a font awesome (fa fa-spinner fa-pulse fa-fw
) does not work because ui-select-refreshing declares the font.Spinner class should be
glyphicon glyphicon-refresh ui-select-spin
and ui-select-refreshing should be
I can do a PR if you like.
Angular: 1.5.8
UI-Select: 0.19.5
Bootstrap/Select2/Selectize CSS (if applicable): Bootstrap 3.2
The text was updated successfully, but these errors were encountered: