Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html ng-app="ionicApp">
  <head>
<meta name="description" content="[add your bin description]">
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
    <title>Side Menus</title>
    <link href="//code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
    <script src="//code.ionicframework.com/nightly/js/ionic.bundle.js"></script>
  </head>
  <body>
    <ion-nav-view></ion-nav-view>
    <script id="templates/home.html" type="text/ng-template">
      <ion-side-menus enable-menu-with-back-views="false">
        <ion-side-menu-content>
          <ion-nav-bar class="bar-stable">
            <ion-nav-back-button>
            </ion-nav-back-button>
            
            <!--Just the menu toggle-->
            <ion-nav-buttons side="left">
              <button class="button button-icon button-clear ion-navicon" menu-toggle="left">
              </button>
            </ion-nav-buttons>
            
          </ion-nav-bar>
          <ion-nav-view name="menuContent"></ion-nav-view>
        </ion-side-menu-content>
        <ion-side-menu side="left">
          <ion-header-bar class="bar-stable">
            <h1 class="title">Left</h1>
          </ion-header-bar>
          <ion-content>
            <ion-list>
              <ion-item nav-clear menu-close ng-click="login()">
                Login
              </ion-item>
              <ion-item nav-clear menu-close href="#/app/search">
                Search
              </ion-item>
              <ion-item nav-clear menu-close href="#/app/browse">
                Browse
              </ion-item>
              <ion-item nav-clear menu-close href="#/app/playlists">
                Playlists
              </ion-item>
            </ion-list>
          </ion-content>
        </ion-side-menu>
      </ion-side-menus>
    </script>
    <script id="templates/tester.html" type="text/ng-template">
      <ion-view view-title="TESTER">
        <ion-content>
          <h1>Playlist</h1>
        </ion-content>
      </ion-view>
    </script>
    <script id="templates/tester.html" type="text/ng-template">
      <ion-view view-title="TESTER">
        <ion-content>
          <ion-list>
            <ion-item ng-repeat="numbers in oneAndtwo" href="#/app/playlists/{{playlist.id}}">
              {{numbers.title}}
            </ion-item>
          </ion-list>
        </ion-content>
      </ion-view>
    </script>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
maketrolipro
0viewers