ZupIT/beagle-web-angular

Pagination example doesn't work in Angular

Tiagoperes opened this issue · 0 comments

Beagle Angular version: 1.7.0

Steps To Reproduce

  1. Check the "paginated" example in the Playground
  2. Scroll down to the navigation buttons

The current behavior

The page buttons have line breaks between them and they're both disabled.

angular

The expected behavior

I expected them to be in the same line and I expected "next" to be enabled. Just like in React:

react