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.2.14/angular.min.js"></script>
  <meta charset="utf-8">
  <title>通过 angular 服务实现控制器通信</title>
</head>
<body>
<h3>通过 angular 服务实现控制器通信</h3>
<div ng-controller="MainCtrl">
     <input type="text" ng-model="text" />
     <button ng-click="change()">先点我</button>
</div>
<div ng-controller="sideCtrl">
    <button ng-click="add()">点过上面的再点我</button>
    <p>{{name}}</p>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
guwei4321pro
0viewers