angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

Is there a way to get the _editor handle and pass it to a custom function? #120

Open ishandutta2007 opened 9 years ago

ishandutta2007 commented 9 years ago

I understand that Ace by defaut gives us option to override $scope.aceLoaded(). Similarly I want to create my own method(ie on some other event, not load) and run a function which has access to _editor. How do I do that ?

jianbingfang commented 8 years ago

+1