From 2aba79170525bf68076d8294d1e34e96acc22dde Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Tue, 18 Sep 2018 15:02:42 +0530 Subject: [PATCH] minor change --- pages/confirmation.html | 14 +++++++++++++- script.js | 25 ++++--------------------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/pages/confirmation.html b/pages/confirmation.html index c8d6f4a..252c233 100644 --- a/pages/confirmation.html +++ b/pages/confirmation.html @@ -13,4 +13,16 @@ - \ No newline at end of file + + + + + + + + + + kanpur + + + \ No newline at end of file diff --git a/script.js b/script.js index 5037e45..2a42f08 100644 --- a/script.js +++ b/script.js @@ -4,22 +4,6 @@ // configure our routes scotchApp.config(function($routeProvider,$locationProvider) { - // [system.webServer] - // [rewrite] - // [rules] - // [rule name="scotchApp" stopProcessing="true"] - // [match url=".*" /] - // [conditions logicalGrouping="MatchAll"] - // [add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /] - // [add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /] - // [add input="{REQUEST_URI}" pattern="^/(api)" negate="true" /] - // [/conditions] - // [action type="Rewrite" url="/index.html" /] - // [/rule] - // [/rules] - // [/rewrite] - // [/system.webServer] - // use the HTML5 History API $locationProvider.html5Mode({ enabled: true, @@ -27,7 +11,6 @@ }); $locationProvider.hashPrefix('!'); $routeProvider - // route for the Home page .when('/', { templateUrl: 'pages/Home.html', @@ -53,10 +36,10 @@ }) //route for the ambassador page - .when('/startupJalsaPromocode', { - templateUrl: 'pages/ambassador.html', - controller: 'ambassadorController' - }) + // .when('/startupJalsaPromocode', { + // templateUrl: 'pages/ambassador.html', + // controller: 'ambassadorController' + // }) // route for the confirmation page .when('/confirmation', { -- 2.0.0