Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="app">
<head>
<script src="https://cdn.rawgit.com/lodash/lodash/3.0.1/lodash.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body ng-controller="Ctrl">
</body>
</html>
 
var app = angular.module('app', []);
app.controller("Ctrl", function($scope, Serv) {
  
});
app.service("Serv", function() {
  var args = arguments;
  _.each(app._invokeQueue, function(inv) {
    if(inv[2][1] === args.callee) {
      console.log(inv[2][0]);
    }
  });
});
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers