File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,6 @@ zenergyApp.config(function ($routeProvider) {
47
47
. when ( '/CreateRegularEvent' , {
48
48
templateUrl : 'Pages/regularEventCreation.html' ,
49
49
controller : 'regularEventCreationPageController'
50
-
51
-
52
- . when ( '/Products' , {
53
- templateUrl : 'Pages/products.html' ,
54
- controller : 'productsPageController'
55
-
56
50
} )
57
51
} ) ;
58
52
Original file line number Diff line number Diff line change 321
321
<Content Include =" Pages\accountManagement.html" />
322
322
<Content Include =" Pages\ponctualEventCreation.html" />
323
323
<Content Include =" Pages\eventsManagement.html" />
324
+ <Content Include =" Pages\products.html" />
324
325
<Content Include =" Pages\profile.html" />
325
326
<Content Include =" Pages\regularEventCreation.html" />
326
- <Content Include =" Pages\products.html" />
327
327
<Content Include =" Pages\users.html" />
328
328
<Content Include =" Scripts\Controllers\accountManagementPageController.js" />
329
329
<Content Include =" Scripts\Controllers\ponctualEventCreationPageController.js" />
334
334
<Content Include =" Scripts\Controllers\productsPageController.js" />
335
335
<Content Include =" Scripts\Controllers\registerPageController.js" />
336
336
<Content Include =" Scripts\Controllers\profilePageController.js" />
337
- <Content Include =" Scripts\Controllers\regularEventCreationPageController.js" />
338
337
<Content Include =" Scripts\Controllers\usersPageController.js" />
338
+ <Content Include =" Scripts\Controllers\regularEventCreationPageController.js" />
339
339
<Content Include =" Scripts\Factories\authInterceptorService.js" />
340
340
<Content Include =" Scripts\Factories\tokenService.js" />
341
341
<Content Include =" Scripts\Lib\angular-animate.js" />
You can’t perform that action at this time.
0 commit comments