ng-click得到当前元素,angular.element()用法

以下排版太乱,整理在此:点我



    
    
    


1 2 3 4 5 {{ page }}

在Control中,angular.element()返回一个jquery对象,如angular.element(document).ready(function(){});

返回指定元素的scope

angular.element(selector).scope();


Access and manipulate AngularJS $scope from browser's console

how to access the angular $scope variable in browsers console

AngularJs学习笔记--Scope


你可能感兴趣的:(js,jquery)