{"version":3,"sources":["webpack:///javascripts/72-257c10c0995a4d25fa59.min.js","webpack:///./app/assets/javascripts/directives/mainLanding.ts","webpack:///./app/assets/html/landing/main-landing.html"],"names":["webpackJsonp","Q8Cs","module","exports","__webpack_require__","Object","defineProperty","value","MainLanding","analyticSvc","this","$inject","prototype","selectProduct","product","angular","component","controller","templateUrl","rVl+","p"],"mappings":"AAAAA,cAAc,KAERC,KACA,SAAUC,EAAQC,EAASC,GAEjC,YCJAC,QAAOC,eAAeH,EAAS,cAAgBI,OAAO,GACtD,IAAAC,GAAA,WACI,QAAAA,GAAoBC,GAAAC,KAAAD,cAKxB,MDCID,GAAYG,SAAW,eCJvBH,EAAAI,UAAAC,cAAA,SAAcC,GACVJ,KAAKD,YAAYI,cAAcC,IAEvCN,IANaL,GAAAK,cAQbO,QAAQb,OAAO,+BAAgCc,UAAU,eACrDC,WAAYT,EACZU,YAAad,EAAQ,WDenBe,OACA,SAAUjB,EAAQC,EAASC,GE5BjCF,EAAAC,QAAAC,EAAAgB,EAAA","file":"javascripts/72-257c10c0995a4d25fa59.min.js","sourcesContent":["webpackJsonp([72],{\n\n/***/ \"Q8Cs\":\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\r\nObject.defineProperty(exports, \"__esModule\", { value: true });\r\nvar MainLanding = (function () {\r\n MainLanding.$inject = [\"analyticSvc\"];\r\n function MainLanding(analyticSvc) {\r\n this.analyticSvc = analyticSvc;\r\n }\r\n MainLanding.prototype.selectProduct = function (product) {\r\n this.analyticSvc.selectProduct(product);\r\n };\r\n return MainLanding;\r\n}());\r\nexports.MainLanding = MainLanding;\r\nangular.module('animatronApp.mainLanding', []).component('mainLanding', {\r\n controller: MainLanding,\r\n templateUrl: __webpack_require__(\"rVl+\")\r\n});\r\n\n\n/***/ }),\n\n/***/ \"rVl+\":\n/***/ (function(module, exports, __webpack_require__) {\n\nmodule.exports = __webpack_require__.p + \"html/main-landing_a49b678577cbc33a7f42aa9b5e9ab57b.html\";\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// javascripts/72-257c10c0995a4d25fa59.min.js","import {AnalyticSvc} from '../services/AnalyticSvc';\n\nexport class MainLanding {\n constructor(private analyticSvc: AnalyticSvc) {}\n\n selectProduct(product: AnimatronProduct) {\n this.analyticSvc.selectProduct(product);\n }\n}\n\nangular.module('animatronApp.mainLanding', []).component('mainLanding', {\n controller: MainLanding,\n templateUrl: require('landing/main-landing.html')\n});\n\n\n\n// WEBPACK FOOTER //\n// ./app/assets/javascripts/directives/mainLanding.ts","module.exports = __webpack_public_path__ + \"html/main-landing_a49b678577cbc33a7f42aa9b5e9ab57b.html\";\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./app/assets/html/landing/main-landing.html\n// module id = rVl+\n// module chunks = 72"],"sourceRoot":""}