想用js动态触发click事件,但是报错,各位是怎么实现的?
proApp.controller('jectController', ['$scope', '$timeout', function($scope, $timeout) {
$scope.gmtArr = GMT; // 时区绑定
$scope.proNext = function() {
// $timeout(function() {
angular.element('.project-next').triggerHandler('click');
// });
};
}]);
不使用jquery里面的方法,用angular书写
呼啦一阵风
相关分类