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]