Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  
  <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js"></script>
  <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.min.js"></script>
    
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body ng-app="app" ng-controller="MainCtrl as vm">
  <div>
    Click the div below, see the console says the $event is present as it should be. Then hit the "enter" or "space" keys and see that the $event is not present, but should be...
  </div>
  <div ng-repeat="item in vm.items">
    <div class="my-div" ng-click="vm.onClick($event, $index, item)">Click me {{$index}}!</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