.div1(ng-controller='sameController')
// some content
.div2(ng-controller='sameController')
//other content
两个 div 是否共享相同的“$scope”?
.div1(ng-controller='sameController')
// some content
.div2(ng-controller='sameController')
//other content
两个 div 是否共享相同的“$scope”?