Jeansy Molanza

Results 6 comments of Jeansy Molanza

Have you managed to find an alternative for sortable.js?

> Have anybody faced with protractor testing of "angular-sortablejs" lists. For now, have tried: > > ``` > browser.actions() > .dragAndDrop(option1, option2) > .perform();` > ``` > > ``` >...

I'm having the same issue as well/ Has this been resolved yet? ``` function ConsumerBusinessProfileCtrl($scope) { angular.extend($scope, { center: { lat: 51.505, lng: -0.09, zoom: 8 } }); ``` ``

I am getting the same issue too: ``` SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your key and signing method. ``` Does any...

> I probably have the same issue. The error message is like this > ` SignatureDoesNotMatch The request signature we calculated does not match the signature you provided. Check your...

It works now, I guess there is a delay between initial setup and the S3 pre-signed URLs working.