Open ghost opened 8 years ago
Enable to pass the $event object to the clip-click callback:
clip-click
<button clip-click="clipboardSuccess($event)">
And to handle it in the controller:
$scope.clipboardSuccess = function($event) { // do something with $event };
Enable to pass the $event object to the
clip-click
callback:And to handle it in the controller: