Daniël Smink
Daniël Smink
I fixed it by setting the image size explicitly. In my controller I grab the width of the masonry grid-sizer: `vm.imageWidth = angular.element(".masonry-grid-sizer")[0].clientWidth;` And in my view I calculate the...
@greenleafmedia yes exactly I was wondering when that part of the code actually works as well. Looking at the JEvents manifest I'm surprised it doesn't work though, I'll try it...
As expected it installs perfectly fine without calling _enablePlugin. I'll alter my PR to completely remove this method.
This fixes the public key issue: https://help.github.com/articles/generating-ssh-keys/ Just need to add one to your GitHub profile.