Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $rootScope.$on('rootScope:emit', function (event, data) {
  2. $scope.echo = data;
  3. let input = document.getElementById('focus');
  4. console.log('INPUT', input);
  5. });
  6.  
  7. function getFocus(guide) {
  8. let input = document.getElementById('focus');
  9.  
  10. console.log('ECHO', $scope.echo);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement