Removing
tag from comments.html will give this error:
Error: $compile:multidir
Multiple Directive Resource Contention
Multiple directives [comments, comment] asking for transclusion on:
<div class="comments">
<comment ng-repeat="comment in comments" comment-data="comment"></comment>
</div>
Not really a big deal but I feel kinda uncomfortable..
I would really appreciate some hints to fix it.
Thanks for your great plugin!
Removing
Not really a big deal but I feel kinda uncomfortable..
I would really appreciate some hints to fix it.
Thanks for your great plugin!