Matt Blum

Results 39 comments of Matt Blum

Also seeing this - latest version on a brand new app.

That didn't work for me for some reason, so I went this route. It's not pretty: ``` function updateCells() { if(processing) { return false; } processing = true; $timeout(() =>...

Any update on this @mikedon? Is this project dead? It seems like you made this PR quite a while ago.

Yep, that was it @Spycomb. Thank you!!!

Sorry that I'm being dense, but how do I actually bootstrap the providers at runtime? All of the syntax examples basically have you pass in a config.

I'll give it a shot and see if I can figure it out. The use case for this is that within our app you can't know in advance of loading...

Agree. I think it's possible this is what's causing the loader to reappear each time.

For me it's when the ambient video ends, there's a loader and a black screen that appears before the video loops. Would be nice if it could just go right...

@jimitndiaye Are you still using your directives? I'm trying to do the exact same thing and we're moving from the same NG1 library that you were using, and we keep...

Just a quick followup to this - I did get the multi-list sortable thing working, but the issue is now that items in the source list should not be reorderable...