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

Add before and after compile hooks

Open loverde opened this issue 8 years ago • 2 comments

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 in the before hook so that it is part of the compilation.

https://plnkr.co/edit/f4LobH?p=preview

loverde avatar Apr 07 '16 06:04 loverde

Is this being merged?

maxpaj avatar Feb 08 '17 15:02 maxpaj

See my comment https://github.com/incuna/angular-bind-html-compile/pull/18#r60046633

wytrych avatar Feb 08 '17 16:02 wytrych