This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Passing a call back function save_onsavecallback is not triggered when save button is clicked #260
Open
Description
I'm trying to set callback save_onsavecallback for the save plugin. But it looks like it is not at all registered as a callback through the init options.
I expected to see $scope is not defined or some error. but It did nothing. There is something else that I'm missing while sending the callback function,
I have posted a query in SO if someone has done similar thing with the save plugin
http://stackoverflow.com/questions/37512082/angular-directive-how-to-trigger-a-save-method-in-the-controller-whentinymce-s
Kindly let me know if you want me to share some additional code snippet