angular.element(myDomElement).scope(); e.g. angular.element(document.getElementById('yourElementId')).scope() //accessing by ID. Getting the scope of the ...
確定! 回上一頁