You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I'm having a minor issue with the PaginationController. If the $watch on 'totalPages' is triggered before init is called, the ngModelCtrl.$render does not exist:
@pschuegr Thx for reporting. This seems like a duplicate of #2108 and I was also thinking of initializing the watch inside the init, as a probable solution. What about sending a PR for this?
Hi there,
I'm having a minor issue with the PaginationController. If the $watch on 'totalPages' is triggered before init is called, the ngModelCtrl.$render does not exist:
https://github.com/angular-ui/bootstrap/blob/master/src/pagination/pagination.js#L8
Maybe the watch should be set up in the init?
The text was updated successfully, but these errors were encountered: