Commit 2aba79170525bf68076d8294d1e34e96acc22dde
1 parent
8586ba494b
Exists in
master
and in
1 other branch
minor change
Showing
2 changed files
with
17 additions
and
22 deletions
Show diff stats
pages/confirmation.html
... | ... | @@ -13,4 +13,16 @@ |
13 | 13 | </footer> |
14 | 14 | </div> |
15 | 15 | </body> |
16 | -</html> | |
17 | 16 | \ No newline at end of file |
17 | +</html> | |
18 | +<span ng-show="span == true"> | |
19 | + <span id="chennai"></span> | |
20 | + <span id="mumbai"></span> | |
21 | + <span id="hyderabad"></span> | |
22 | + <span id="kolkata"></span> | |
23 | + <span id="delhi"></span> | |
24 | + <span id="ahmedabad"></span> | |
25 | + <span id="bengaluru"></span> | |
26 | + <span id="jaipur"></span>kanpur | |
27 | + <span id="kanpur"></span> | |
28 | + <span id="dharamsala"></span> | |
29 | +</span> | |
18 | 30 | \ No newline at end of file | ... | ... |
script.js
... | ... | @@ -4,22 +4,6 @@ |
4 | 4 | // configure our routes |
5 | 5 | scotchApp.config(function($routeProvider,$locationProvider) { |
6 | 6 | |
7 | - // [system.webServer] | |
8 | - // [rewrite] | |
9 | - // [rules] | |
10 | - // [rule name="scotchApp" stopProcessing="true"] | |
11 | - // [match url=".*" /] | |
12 | - // [conditions logicalGrouping="MatchAll"] | |
13 | - // [add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /] | |
14 | - // [add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /] | |
15 | - // [add input="{REQUEST_URI}" pattern="^/(api)" negate="true" /] | |
16 | - // [/conditions] | |
17 | - // [action type="Rewrite" url="/index.html" /] | |
18 | - // [/rule] | |
19 | - // [/rules] | |
20 | - // [/rewrite] | |
21 | - // [/system.webServer] | |
22 | - | |
23 | 7 | // use the HTML5 History API |
24 | 8 | $locationProvider.html5Mode({ |
25 | 9 | enabled: true, |
... | ... | @@ -27,7 +11,6 @@ |
27 | 11 | }); |
28 | 12 | $locationProvider.hashPrefix('!'); |
29 | 13 | $routeProvider |
30 | - | |
31 | 14 | // route for the Home page |
32 | 15 | .when('/', { |
33 | 16 | templateUrl: 'pages/Home.html', |
... | ... | @@ -53,10 +36,10 @@ |
53 | 36 | }) |
54 | 37 | |
55 | 38 | //route for the ambassador page |
56 | - .when('/startupJalsaPromocode', { | |
57 | - templateUrl: 'pages/ambassador.html', | |
58 | - controller: 'ambassadorController' | |
59 | - }) | |
39 | + // .when('/startupJalsaPromocode', { | |
40 | + // templateUrl: 'pages/ambassador.html', | |
41 | + // controller: 'ambassadorController' | |
42 | + // }) | |
60 | 43 | |
61 | 44 | // route for the confirmation page |
62 | 45 | .when('/confirmation', { | ... | ... |