"use strict"; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } (function () { "use strict"; var OverlayCtrl = function OverlayCtrl() { _classCallCheck(this, OverlayCtrl); }; var overlayComp = { templateUrl: "transversalModule/template/overlay_component_view.html", bindings: {}, controller: OverlayCtrl }; angular.module("agp.overlay", []).component("overlay", overlayComp); }).call();