{"version":3,"names":[],"mappings":"","sources":["scripts/public/featuresJobSeeker/featuresJobSeekerInitialize.min.js"],"sourcesContent":["//the initialize\nangular.module('featuresJobSeekerModule', ['angulartics', 'angulartics.google.tagmanager', 'cacheManagerModule', 'geoHelperModule', 'rememberModule'])\n .service('featuresJobSeekerService', ['$q', 'cacheManagerService', 'geoHelperFactory', featuresJobSeekerService])\n .controller('featuresJobSeekerController', ['$q', '$scope', '$sce', 'featuresJobSeekerService', 'rememberFactory', featuresJobSeekerController]).directive('onEnter', function () {\r\n return function (scope, element, attrs) {\r\n element.bind(\"keydown keypress\", function (event) {\r\n if (event.which === 13) {\r\n scope.$apply(function () {\r\n scope.$eval(attrs.onEnter);\r\n });\n\n event.preventDefault();\r\n }\r\n });\r\n };\r\n });"],"file":"featuresJobSeekerInitialize.min.js"}