Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html ng-app="app">
<head>
<meta name="description" content="Testing Angular Services" />
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
</script>
  <meta charset=utf-8 />
  <title></title>
</head>
<body ng-controller="Ctrl">
  <p>From Service: {{serviceName}}</p>
  <p>From Factory: {{factoryName}}</p>
  <p>From Provider: {{providerName}}</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
dmitrizpro
0viewers