angular-bind-html-compile
angular-bind-html-compile copied to clipboard
Directive that calls $compile on trusted HTML, allowing directives in an API response.
Issue related https://github.com/incuna/angular-bind-html-compile/issues/26
code has been implemented to support template files: `` knowing that both attributes still work together: ``
Hi guys, Thanks for the good job you did! Can you extend the directive to support `template-url="myUrlValue"`, it will be really useful! Thanks in advance!
Hey, nice job on this, btw. It's been incredibly helpful. How do I pass in my own scope variable? I know it's in the bindHtmlScope attr, but how do I...
In order to manage $watch and other angular scope stuff on bind html compile call, is it possible to add calling scope as function argument ?
Hello, at first I have to say that this directive really helped me during my project! But at the moment I am trying to realize two bindings on the same...
First, thanks to all who have worked on this directive! I works like a charm. I need to use this in a recursive manner. I am building a table from...