Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/tls_wizard_redirect/index.min.js
define(["angular","cjt/core","cjt/modules","uiBootstrap","ngRoute"],(function(angular,CJT){CJT.config.html5Mode=false;return function(){angular.module("App",["cjt2.config.whm.configProvider","ui.bootstrap","angular-growl","cjt2.whm"]);var app=require(["cjt/bootstrap","uiBootstrap","app/services/indexService","app/views/purchaseRedirectController"],(function(BOOTSTRAP){var app=angular.module("App");app.value("PAGE",PAGE);app.controller("BaseController",["$rootScope","$scope","$route","$location",function($rootScope,$scope,$route,$location){$scope.loading=false;$rootScope.$on("$routeChangeStart",(function(){$scope.loading=true}));$rootScope.$on("$routeChangeSuccess",(function(){$scope.loading=false}));$rootScope.$on("$routeChangeError",(function(){$scope.loading=false}));$scope.current_route_matches=function(key){return $location.path().match(key)};$scope.go=function(path){$location.path(path)}}]);app.config(["$routeProvider",function($routeProvider){$routeProvider.when("/purchaseRedirect",{controller:"purchaseRedirectController",templateUrl:CJT.buildFullPath("tls_wizard_redirect/views/purchaseRedirectView.ptt"),resolve:{}});$routeProvider.otherwise({redirectTo:"/purchaseRedirect"})}]);BOOTSTRAP()}));return app}}));
Back to Directory