Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Angular JS</title>
</head>
<body ng-app="jsbin">
  <div ng-controller="MyController as ctrl">
    {{ctrl.myModel.restresult}}<br/>
    <button ng-click="ctrl.myRestService.getData(ctrl.myModel)">Perform $http call</button> 
  </div>
  <script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.18/angular.js"></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers