gpt4 book ai didi

angularjs - 从浏览器控制台调用Angular Controller函数

转载 作者:行者123 更新时间:2023-12-03 08:36:14 25 4
gpt4 key购买 nike

是否可以从控制台(Chrome开发者工具控制台)调用AngularJS Controller 函数?

例如

app.controller('AddCtrl', ['$scope', function ($scope) {



$scope.save = function(){
// do stuff here - call it from console
};

}]);

最佳答案

是的,您只需要使用angular.element即可获取位于 Controller 范围内的元素:

angular.element("yourElement").scope().save();

关于angularjs - 从浏览器控制台调用Angular Controller函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22795628/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com