Jason Prothero

Results 11 comments of 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

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

So glad I found this. We were having this issue on an upgrade and this worked perfectly!

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?