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
When I set a pagination ID returns Syntax Error: Token '__currentPage' is an unexpected token at column 4 of the expression [184__currentPage] starting at [__currentPage].
#319
Closed
laudess opened this issue
Mar 18, 2016
· 5 comments
Hello, I am working on a page with different bootstrap tabs. Each tab has it's own pagination so I need to have one dir-paginate for each tab. I have dir-paginate inside a ng-repeat, but when It comes to define the pagination-id it throws me this error:
Syntax Error: Token '__currentPage' is an unexpected token at column 4 of the expression [184__currentPage] starting at [__currentPage].
This is my code:
`
`
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
In v0.11.0 I introduced a change that fixes a fairly serious memory leak. It looks like it was too aggressive in the way it cleans up references and there are a couple of issues now - this included - where things break when the pagination is inside a directive that dynamically destroys DOM (e.g. ngIf, ngRepeat)
For now, just use 0.10.1 - unless you need template strings (also introduced in 0.11.0), you are not missing out on anything new. I will fix this as soon as I get some time to invest.
@laudess @banbanchs If you have time, could someone try to reproduce the issue by forking this plunker demo - it is using the latest version (0.11.0 right now) so hopefully you should be able to reproduce. This will greatly help me resolve the issue.
Hello, I am working on a page with different bootstrap tabs. Each tab has it's own pagination so I need to have one dir-paginate for each tab. I have dir-paginate inside a ng-repeat, but when It comes to define the pagination-id it throws me this error:
Syntax Error: Token '__currentPage' is an unexpected token at column 4 of the expression [184__currentPage] starting at [__currentPage].
This is my code:
`
Thank you
The text was updated successfully, but these errors were encountered: