Skip to content

Instantly share code, notes, and snippets.

@weslley39
Created June 30, 2014 19:53
Show Gist options
  • Save weslley39/45a23cf7d7fd42c1989e to your computer and use it in GitHub Desktop.
Save weslley39/45a23cf7d7fd42c1989e to your computer and use it in GitHub Desktop.
Call angular controller from outside
var controller = angular.element('[ng-controller="CatController"]').scope();
controller.CarregaEcfs();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment