angular-bind-html-compile
angular-bind-html-compile copied to clipboard
Support for template url
code has been implemented to support template files:
<div bind-html-compile template-url="data.templateUrl"></div>
knowing that both attributes still work together:
<div bind-html-compile="data.content" template-url="data.templateUrl"></div>
Could you please add more meaningful names to your commits?
Sorry for the misleading about my several commits. Actually the other repeated ones were only to fix the styling warnings.