(function() { "use strict"; angular.module('shared') .factory('$j', ['$window', function ($window) { return $window.jQuery; }]); })();