-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular-highlightjs editable with binding #67
Comments
Hi @GuillaumeUnice , Can you present a simple example of your current progress? |
Yes of course,
Currently I just make that but the variable scope"explorer.fileContent " it's not update when I change the content. |
Have you tried UI.CodeMirror? It seems more suitable for you needs? |
The problem with this module we have to define the language use it's not automatically detect like your module highlightjs. |
Indeed it didn't work I have test but there is lot of problems like highlight format to be specified. I think it's possible to change scope with watch in hljs? |
Maybe with hljs-onhighlight it's possible? I don't understand what make exactly onhighlight If i could have a callback after update that's good too :D |
Hi every,
I would like to be able to edit content for that I just add property :
contentEditable="true"
However, when there is no binding with the $scope so the content update it's not catch in $scope variable...
So it's possible to edit the the text with a data-binding?
Thanks for all
The text was updated successfully, but these errors were encountered: