Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var focus = function ($scope, $timeout) {
  2.         return function (name) {
  3.             $timeout(function () {
  4.                 $scope.$broadcast('focusOn', name);
  5.             });
  6.         };
  7.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement