"use strict"; function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } (function () { "use strict"; var HomeErrorCtrl = function HomeErrorCtrl(constant) { _classCallCheck(this, HomeErrorCtrl); this.imgPath = constant.imgPath; }; angular.module("agp.homeModule.error", []).controller("HomeErrorCtrl", HomeErrorCtrl); }).call();