需要把scope.myClick parse成一个function, 然后再调用它。var fn = $parse(scope.myClick); //parse it as functionfn('123') //call the function.