Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala
  • basic
  • for
  • loop

AngularJS - For each loop

Loop over all elements in list.

Code that executes each itteration
0
642
  • Share on Facebook
  • Share on Google+
  • Share on Twitter

Attribute on dom element

<ul>
    <li ng-repeat="item in {{list}}">{{item.name}}<li>
</ul>
js

Notes

last update: Oct. 24, 2014

Advertisement

This project is hosted on DigitalOcean, try it and support us

Related concept

  • Hello world

Other language

  • Scala
  • Python
  • JavaScript
  • jQuery
  • PHP
  • Javascript ES6

Random task

  • Create key value container
  • Show changes since laste commit
  • Word capitalization
  • Select dom elements by tag
  • Create a list of integers
  • Blog
  • About
  • License