mantasdev
Results
1
comments of
mantasdev
Change `$watch` method to `$watchCollection` and watch expression `return scope.$eval(attrs.bindHtmlCompile);` to `return $parse(element.attr('bind-html-compile'))(scope);` Worked for me