{I" class:ETI"BundledAsset;FI"logical_path;TI"0social_networking/services/focus-service.js;FI" pathname;TI"q/Users/ems408/workspace/social_networking/app/assets/javascripts/social_networking/services/focus-service.js;FI"content_type;TI"application/javascript;TI" mtime;Tl+æ#\TI" length;Ti’I" digest;TI"%4ca1cb74cfadd2ee08424c95574212c9;FI" source;TI"’;(function() { 'use strict'; // Service to broadcast a 'focusOn' event to facilitate form input autofocus function focus($rootScope, $timeout) { return function(name) { return $timeout(function() { return $rootScope.$broadcast('focusOn', name); }); }; } angular.module('socialNetworking.services') .factory('focus', ['$rootScope', '$timeout', focus]); })(); ;TI"required_assets_digest;TI"%5040eb2a0986723f63fc96eeeedd1528;FI" _version;TI"%b910479f035fc02c55a3e167aaa8a0b8;F