You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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