This is an old revision of the document!
AngularJS
scope
Select scope of another controller (myController)
var $ascope = angular.element( document.querySelector("[ng-controller='myController']") ).scope();
i18n
See this
tips:angularjs
This is an old revision of the document!
Select scope of another controller (myController)
var $ascope = angular.element( document.querySelector("[ng-controller='myController']") ).scope();
See this