Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="MyApp">
<head>
  <script src="http://code.jquery.com/jquery.min.js"></script>
  <link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
  <script src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.5/angular.min.js"></script>
  <meta charset=utf-8 />
  <title>JS Bin</title>
</head>
<body style="padding: 50px" ng-controller="MyCtrl">
  <div class="list-group">
    <a 
      class="list-group-item" 
      ng-repeat="link in links" 
      ng-class="{'active': $parent.selectedIndex == $index}" 
    ng-click="$parent.selectedIndex = $index;">{{link.text}}</a>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
jessegavinpro
0viewers