Skip to content

Ladda stops spinning for longer requests #37

Description

@Scobee

When I have really small requests (a few ms only), the spinner works .. but for larger requests (where the icon needs to spin for a longer period of time) it 'crashes' .. as in the button remains disabled, but the spinner is static instead of continuously spinning
This happens on ionic 3 and angular 5

I can post a video if the above comment doesn't make any sense

I am just using:
<button ion-button color="orange" round (click)="goToReadBook(book)" [ladda]="loadingService.isActive">Citeste</button>

And the isActive is made active before the request, and isActive is made false when the request is over, in either .then or .catch

Do you guys know what could be wrong ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions