angular-bind-html-compile icon indicating copy to clipboard operation
angular-bind-html-compile copied to clipboard

Directive that calls $compile on trusted HTML, allowing directives in an API response.

Results 17 angular-bind-html-compile issues
Sort by recently updated
recently updated
newest added

Hi, I am getting this digestion error using this directive [$rootScope:infdig] http://errors.angularjs.org/1.3.8/$rootScope/infdig

When using on or inside an element with ngRepeat, this can trigger the following error: `Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!`

Found this thing in my current project and couldn't help but wonder why the window object was referenced. Just pass a reference to the global - angular - variable. Better...

If this is a case that only happens some of the time, then why does the code always call the - toString - method? And if - value - is...

Maybe it's better to $compile html with an normal object and an scope object at the same time~

Please submit your code to npmjs.org as "angular-bind-html-compile" Simply do: ``` mkdir angular-bind-html-compile cd angular-bind-html-compile npm init # work your magic… npm publish ``` I would do it but don't...

I faced an issue related to not destroying the scope related to the elements implementing new directives. I think that i can make a plunkr about that but as basis...

This change adds optional hooks for code to perform actions before or after the compilation. E.g. in this plunkr there is an example of adding an "ng-model" to the DOM...

The $compile in the directive does not work on iOS cordova app, and prevents the HTML from getting rendered at all.

would be nice to use with bind once.