angular-markdown-directive
angular-markdown-directive copied to clipboard
Isolated Scope Supported?
I want to modify the markdown.js to pass in some outer scope object into the markdown file and use {{object}} to show the markdown dynamically.
I tried the normal directive way, but it didn't work for me. Is there a way to do that?
"it didn't work for me". What code did you use? Was there an error?