Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="components">
<head>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.0.3/angular.min.js"></script>    
  
</head>
<body>
    <div ng-controller="myController">
        {{names[0]}} {{names[1]}}
        <br/> <hello-world my-username="names[0]"></hello-world>
        <br/> <hello-world my-username="names[1]"></hello-world>
        <br/><button ng-click="clicked()">Click Me</button>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers