(function(){function n(t,i,r){function u(f,o){var h,c,s;if(!i[f]){if(!t[f]){if(h="function"==typeof require&&require,!o&&h)return h(f,!0);if(e)return e(f,!0);c=new Error("Cannot find module '"+f+"'");throw c.code="MODULE_NOT_FOUND",c;}s=i[f]={exports:{}};t[f][0].call(s.exports,function(n){var i=t[f][1][n];return u(i||n)},s,s.exports,n,t,i,r)}return i[f].exports}for(var e="function"==typeof require&&require,f=0;f<r.length;f++)u(r[f]);return u}return n})()({1:[function(n,t,i){"use strict";function u(n){function i(i,u){return n({url:r+i,params:u}).then(t)}function u(i,u){return n({method:"PUT",url:r+i,data:u}).then(t)}function f(i,u){return n({method:"POST",url:r+i,data:u}).then(t)}function e(t){return n({method:"DELETE",url:r+t})}function t(n){return n.data}return{get:i,put:u,post:f,"delete":e}}Object.defineProperty(i,"__esModule",{value:!0});var r="/api/";u.$inject=["$http"];i.default=u},{}],2:[function(n,t,i){"use strict";function o(n){return n&&n.__esModule?n:{"default":n}}var u,f,r,e;Object.defineProperty(i,"__esModule",{value:!0});u=n("./dlx.api-core");f=o(u);r="dlx.api";e=[];angular.module(r,e).factory("apiCore",f.default);i.default=r},{"./dlx.api-core":1}],3:[function(n){"use strict";n("./login-help/dlx.login-help-module")},{"./login-help/dlx.login-help-module":5}],4:[function(n,t,i){"use strict";function e(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");}var u,r,f;Object.defineProperty(i,"__esModule",{value:!0});u=["LoginHelpService"];r=function r(n){e(this,r);this.contacts=n.supportContacts};r.$inject=u;f={controller:r,templateUrl:"/public/scripts/modules/login/login-help/views/login-help-component-template.html"};i.default=f},{}],5:[function(n,t,i){"use strict";function r(n){return n&&n.__esModule?n:{"default":n}}var u,f;Object.defineProperty(i,"__esModule",{value:!0});var e=n("../../api/dlx.api-module"),o=r(e),s=n("./dlx.login-help-service"),h=r(s),c=n("./dlx.login-help-component"),l=r(c);u="dlx.login-help";f=[o.default];angular.module(u,f).service("LoginHelpService",h.default).component("loginHelpComponent",l.default);i.default=u},{"../../api/dlx.api-module":2,"./dlx.login-help-component":4,"./dlx.login-help-service":6}],6:[function(n,t,i){"use strict";function e(n,t){if(!(n instanceof t))throw new TypeError("Cannot call a class as a function");}var u,f,r;Object.defineProperty(i,"__esModule",{value:!0});u=function(){function n(n,t){for(var i,r=0;r<t.length;r++)i=t[r],i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(n,i.key,i)}return function(t,i,r){return i&&n(t.prototype,i),r&&n(t,r),t}}();f=["apiCore"];r=function(){function n(t){e(this,n);this.apiCore=t;this.supportContacts=[];this.refresh()}return u(n,[{key:"refresh",value:function(){var n=this;this.apiCore.get(this.uris.getContacts).then(function(t){n.supportContacts.update(t)})}}]),n}();r.prototype.uris={getContacts:"support/contacts"};r.$inject=f;i.default=r},{}]},{},[3])