Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head my-load-script>
<meta name="description" content="Lazy script loading - declaratively">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <my-app>
    <h1>My App</h1>
    <my-component type="'edit'"></my-component>
  </my-app>
  <script type="text/ng-template" id="myComponent.html">
    <div>I'm your template yo!</div>
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
hotellpro
0viewers