Dave Kroondyk
Dave Kroondyk
Thanks for the perspective. Maybe a simpler start is asking if there is something broken with the build step, or if I'm misunderstanding something. Right now in my project, I've...
> it's working as expected I believe this is because looking at the source, it's using a non-minified version `dev.js`.  Your fix should work, I tried to...
Anything holding this up? Would be useful for using icons in breadcrumb
Actually, there is nothing stopping me right now from setting `breadCrumb: { name: 'name', icon: 'whatever' }` and referring to those in the template. Thanks!
Possibly related... in the meantime, where are you guys cloning the prax repo to on your machine? Then, are you adding /path/to/prax/bin to your PATH manually?
> however every request to a new page is slightly slower than a standard full page refresh ... > After some testing I've found these same issue to be true...
I expect the behavior of pull to refresh here. I’ve noticed sometimes after not opening the app for a while there is no way to load new data without force...
With `$ajax` you specify your target(s) and on the target you specify `x-merge`, so you should be able to do what you are asking for. Can you describe what problem...