llevii
Results
1
comments of
llevii
Hi, I ran into the same problem, but found the solution. I think in your controller you should use this instead: ``` $scope.$on('colorpicker-closed', function(event, colorObject){ console.log(event, colorObject); }); ``` And...