Results 10 comments of michaeljcoyne

I think this is ok actually. I had to reinstall the file transfer plugin after I deleted my node modules.

I can't get this to work with live reload either. Works without

I still cant get this version to work with live reload on Ionic 2 - works ok otherwise

I solved this in this case using ImgCache.useOnlineFile(that.img); as a fallback.

Running through getEnabledActivities on the debug $moduleClassToCheck is not producing the full namespace on some where as it is on others.

Lookse like I needed to update my app/Providers/AppServiceProvider.php For the method to work. ``` Relation::morphMap([ 'events' => 'App\Models\Event', 'articles' => 'App\Models\Article', 'pages' => 'App\Models\Page', 'modules' => 'App\Models\Module', 'speakers' => 'App\Models\Speaker',...

But getting a blank page front end now. Weird.

``` Relation::morphMap([ 'events' => 'App\Models\Event', 'articles' => 'App\Models\Article', 'pages' => '\App\Models\Page', 'modules' => '\App\Models\Module', 'speakers' => '\App\Models\Speaker', ]); ``` Change to that and it works - strange.

I am having this issue also with locally installed slick sort