Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. console.log('a emitir...');
  2. $rootScope.$broadcast('olamundo', params);
  3.  
  4. $scope.$on('olamundo', function (event, args) {
  5. console.log('a escutar...');
  6. //aqui vai o código
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement