Jason Prothero
Jason Prothero
I was able to get it working by doing a 'layout' call after a timer. Something like this: ``` setTimeout(function() { $('.section').freetile('layout'); }, 1000); ``` -Jason
Is there a fix for this issue?
So we add a Typeahead property to the DataSource, then set it in the ApiController. Is the token prefix you're looking for the field to search? -Jason
Dictionary, Documentation, API Tokens are the items that stick out to me as ones we want to work towards
Perhaps a Preview API or way to get a preview version of content would be good in the future as well
Possible future: Rate Limiting to prevent DDOS
So glad I found this. We were having this issue on an upgrade and this worked perfectly!
Any ideas what the issue is?
FYI, I did submit a pull request for this here: https://github.com/imazen/slimmage/pull/57
How do I fix the Travis CI build issues?