Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="app">
<head>
  <script src="https://cdn.rawgit.com/lodash/lodash/3.0.1/lodash.min.js"></script>
  <script src="https://rawgit.com/angular/bower-angular/master/angular.min.js"></script>
  <meta charset="utf-8">
  <title>JavaScript Filter, Map and ForEach Example</title>
</head>
<body>
  
  <div class="container">
    <div class="content" ng-controller="MainCtrl">
     <ul ng-repeat="student in students">
       <li> <h1>{{ student }}</h1></li>
     </ul>
    </div>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
antonioaguilarpro
0viewers