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://ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
   <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular-route.min.js"></script>
  </head>
  <body>
    
    <nav ng-controller="NavController">
      <input type="text" ng-model="search">
      <pre>{{ menuItems | json }}</pre>
      <ul ng-repeat="menuItem in menuItems track by menuItem.id">
        <li>
          <a href="#/{{menuItem.URL}}">{{menuItem.Title}}</a>
        </li>
      </ul>
    </nav>
    <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
igormalykpro
0viewers