Nick Grealy ⚡️
Nick Grealy ⚡️
Hi @danielstjules - just checking the status of this merge? (I'm having the issue #80 and was hoping to keep using this tool.)
I was having trouble, getting `resolve` to work with my modal component... adding the following `resolve: '
+1 @Idered
@arebokert - can confirm. Thank you!
@ernespa - thanks! I needed to make a few tweaks... (import `jquery` and inject `$uibModalStack`) ```Javascript var $ = require('jquery'); ... .controller('UpdateProfilePictureController', function($uibModalStack, ...) { $scope.$watch(function() { return $('.modal').length; },...
Makes me wonder whether this issue has always been possible, but just that there's a low likelihood of it occurring. Related: https://github.com/davidje13/superwstest/issues/11 ( @davidje13 - you might be interested? )
Possibly related? https://github.com/oliver-moran/jimp/issues/682
Please also let me know if I've done something stupid. ( Is Jimp still active? No activity in the last 6 months... @j-d-carmichael @mynameismax @alias-rahil @hipstersmoothie )
Managed to fix the issue by using the `https://www.npmjs.com/package/client-zip` library.
Er... can anyone help? 