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 src="//christopherthielen.github.io/ui-router-extras/lib/angular.js"></script>
    <script src="//christopherthielen.github.io/ui-router-extras/lib/angular-ui-router.js"></script>
    <script src="//christopherthielen.github.io/ui-router-extras/lib/ct-ui-router-extras.js"></script>  
</head>
  <body ng-app="tabApp">
    <ul>
      <li><a ui-sref="top">Home</a></li>
      <li><a ui-sref="tabs.tab1">Tab 1</a></li>
      <li><a ui-sref="tabs.tab2">Tab 2</a></li>      
    </ul>
    
    <div ui-view="tabs">
      <div ui-view="tab1"></div><div ui-view="tab2"></div>
    </div>
  </body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers