なんかのLog

DOMからルートスコープを取得する方法

🗓️ 2015-11-18
📑 Post 
angular.element(document.body).scope().$root;

参考

Get the $rootScope from a DOM element

🏷️ #AngularJS