Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script>
</head>
<body ng-app="theApp">
  <div>
    <ul>
      <li>
        <a href="#/transportation/planes">Planes</a>
      </li>
      <li>
        <a href="#/transportation/trains">Trains</a>
      </li>
      <li>
        <a href="#/transportation/automobiles">Automobiels</a>
      </li>
    </ul>
  </div>
  <div ng-view>
    
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
queuehammerpro
0viewers