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 17, 2018. It is now read-only.
I'm seeing an issue with my pageable collection. I am creating a collection from a string array, which gets parsed into models by the model's parse method.
If I seed the collection via the reset method, it is parsed correctly. If I use the constructor, it's not parsed correctly.
I'm seeing an issue with my pageable collection. I am creating a collection from a string array, which gets parsed into models by the model's parse method.
If I seed the collection via the reset method, it is parsed correctly. If I use the constructor, it's not parsed correctly.
See this example jsfiddle: http://jsfiddle.net/6CsHz/1/
The text was updated successfully, but these errors were encountered: