[AngularJS] JS Call AngularJS Controller Function (by JQuyery) 3月 18, 2015 JS: function MyControlle($scope,$timeout) { $scope.functionName = function(){ //Action } } angular.element('#ContorllerID').scope().functionName(); HTML: [div class="text-right" id="ContorllerID" ng-controller="MyController"] ..... [/div] 閱讀完整內容