let elements = angular.element('.ng-scope').toArray(); elements.forEach((el) => { console.log( angular.element(el).scope() ) });
確定! 回上一頁