randanunn

Results 3 comments of randanunn

was having the same problem. FWIW: Changing the close function from ```javascript $scope.close = function() { $scope.open = false; $scope.externalEvents.onClose(); } ``` to ```javascript $scope.close = function() { $scope.open =...

@chereddyn9 I am in the exact same situation as you. I had to remove this from my package.json and import it from a local copy so that I could put...

if the tintColor form the image as mentioned above was set to transparent by default then the background color could be controlled by the style of the Rating component