SyntaxFix
Write A Post
Hire A Developer
Questions
Call Angular Scope function from outside the controller.
// Simply Use "Body" tag, Don't try/confuse using id/class. var scope = angular.element('body').scope(); scope.$apply(function () {scope.YourAngularJSFunction()});