angular-disqus icon indicating copy to clipboard operation
angular-disqus copied to clipboard

Not working with ng-repeat

Open 360disrupt opened this issue 8 years ago • 0 comments

I'm trying to display the discussion after each article on the page. But it is shown only on the first article.

  <main class="container container-last bg-transparent-white padding3">
    <div class="row" ng-repeat="nomine in battleTatamiController.nomines" class="nomine-entry">
     ...

            <div class="row">
              <div class="col-xs-12">
               <div disqus="photoshop-battle"></div>
              </div>
            </div>

          </section>
        </article>
        <hr/>
      </div>
    </div>

  </main>

360disrupt avatar Oct 03 '16 21:10 360disrupt