Skip to content

Not working with ng-repeat #20

@360disrupt

Description

@360disrupt

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions