kirstein / angular-disqus

A set of directive(s) and services for disqus to simplify the life of developers.

Home Page:kirstein.github.com/angular-disqus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with ng-repeat

360disrupt opened this issue · 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>