Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
  <script src="https://rawgit.com/okiss/0f704bc99bb2359e07d0/raw/80332f9257b9dad4bb92270461cc9cf1c2b7b880/angular-resource-pr12525.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body ng-app="app" ng-controller="AppController as ctrl">
  <button ng-click="ctrl.request()">create request</button>
  <button ng-click="ctrl.cancel()">cancel request</button>
  {{ctrl.response}}
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers