md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

Callback when user click outside editor dialog.

Open chicomarques90 opened this issue 7 years ago • 0 comments

It provides a way to call a function when clicking outside the editor. This can be used to resolve #416 whithout using ng-blur on "Roll Your Own" Edit Dialogs.

To use the new functionality simply enable "clickOutsideToClose" and suply a "clickOutsideCallback" function to be called when clicking outside editor dialog.

The Demo has been update to explain this new functionality.

chicomarques90 avatar Sep 09 '16 19:09 chicomarques90