{"version":3,"sources":["webpack:///javascripts/143-257c10c0995a4d25fa59.min.js","webpack:///./app/assets/javascripts/directives/scrollButton.ts"],"names":["webpackJsonp","FJil","module","exports","__webpack_require__","Object","defineProperty","value","StopPlaySvc_1","ScrollButton","$element","$rootScope","ViewPortSvc","_this","this","canAnimate","stopPlaySvc","StopPlaySvc","$inject","angular","component","controller","template"],"mappings":"AAAAA,cAAc,MAERC,KACA,SAAUC,EAAQC,EAASC,GAEjC,YCJAC,QAAOC,eAAeH,EAAS,cAAgBI,OAAO,GADtD,IAAAC,GAAAJ,EAAA,QAGAK,EAAA,WAII,QAAAA,GAAoBC,EACAC,EACAC,GAFpB,GAAAC,GAAAC,IAAoBA,MAAAJ,WACAI,KAAAH,aACAG,KAAAF,cALpBE,KAAAC,YAAa,EAMTD,KAAKE,YAAc,GAAIR,GAAAS,YACnBN,EACAC,EACAF,EACA,SAAAK,GAAc,MAAAF,GAAKE,WAAaA,IAG5C,MDPIN,GAAaS,SAAW,WAAY,aAAc,eCOtDT,IAdaN,GAAAM,eAgBbU,QAAQjB,OAAO,gCAAiCkB,UAAU,gBACtDC,WAAYZ,EACZa,SAAU","file":"javascripts/143-257c10c0995a4d25fa59.min.js","sourcesContent":["webpackJsonp([143],{\n\n/***/ \"FJil\":\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\r\nObject.defineProperty(exports, \"__esModule\", { value: true });\r\nvar StopPlaySvc_1 = __webpack_require__(\"MT/e\");\r\nvar ScrollButton = (function () {\r\n ScrollButton.$inject = [\"$element\", \"$rootScope\", \"ViewPortSvc\"];\r\n function ScrollButton($element, $rootScope, ViewPortSvc) {\r\n var _this = this;\r\n this.$element = $element;\r\n this.$rootScope = $rootScope;\r\n this.ViewPortSvc = ViewPortSvc;\r\n this.canAnimate = true;\r\n this.stopPlaySvc = new StopPlaySvc_1.StopPlaySvc($rootScope, ViewPortSvc, $element, function (canAnimate) { return _this.canAnimate = canAnimate; });\r\n }\r\n return ScrollButton;\r\n}());\r\nexports.ScrollButton = ScrollButton;\r\nangular.module('animatronApp.scrollButton', []).component('scrollButton', {\r\n controller: ScrollButton,\r\n template: '{{::$root.t(\"wv.landing.top.smmw.scroll\")}}'\r\n});\r\n\n\n/***/ })\n\n});\n\n\n// WEBPACK FOOTER //\n// javascripts/143-257c10c0995a4d25fa59.min.js","import {StopPlaySvc} from '../services/StopPlaySvc';\nimport {Observer} from '../services/ViewPortSvc';\n\nexport class ScrollButton {\n canAnimate = true;\n private stopPlaySvc: StopPlaySvc;\n\n constructor(private $element: ng.IAugmentedJQuery,\n private $rootScope: ng.IRootScopeService,\n private ViewPortSvc: Observer) {\n this.stopPlaySvc = new StopPlaySvc(\n $rootScope,\n ViewPortSvc,\n $element,\n canAnimate => this.canAnimate = canAnimate\n );\n }\n}\n\nangular.module('animatronApp.scrollButton', []).component('scrollButton', {\n controller: ScrollButton,\n template: '{{::$root.t(\"wv.landing.top.smmw.scroll\")}}'\n});\n\n\n\n// WEBPACK FOOTER //\n// ./app/assets/javascripts/directives/scrollButton.ts"],"sourceRoot":""}