Skip to content

Commit 7627cf9

Browse files
committed
pull
2 parents 4bc5e8f + 8dc972e commit 7627cf9

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

Diff for: Zenergy/Zenergy/Scripts/Lib/_references.js

378 Bytes
Binary file not shown.

Diff for: Zenergy/Zenergy/Scripts/zenergyApp.js

-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ zenergyApp.config(function ($routeProvider) {
4747
.when('/CreateRegularEvent', {
4848
templateUrl: 'Pages/regularEventCreation.html',
4949
controller: 'regularEventCreationPageController'
50-
51-
52-
.when('/Products', {
53-
templateUrl: 'Pages/products.html',
54-
controller: 'productsPageController'
55-
5650
})
5751
});
5852

Diff for: Zenergy/Zenergy/Zenergy.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@
321321
<Content Include="Pages\accountManagement.html" />
322322
<Content Include="Pages\ponctualEventCreation.html" />
323323
<Content Include="Pages\eventsManagement.html" />
324+
<Content Include="Pages\products.html" />
324325
<Content Include="Pages\profile.html" />
325326
<Content Include="Pages\regularEventCreation.html" />
326-
<Content Include="Pages\products.html" />
327327
<Content Include="Pages\users.html" />
328328
<Content Include="Scripts\Controllers\accountManagementPageController.js" />
329329
<Content Include="Scripts\Controllers\ponctualEventCreationPageController.js" />
@@ -334,8 +334,8 @@
334334
<Content Include="Scripts\Controllers\productsPageController.js" />
335335
<Content Include="Scripts\Controllers\registerPageController.js" />
336336
<Content Include="Scripts\Controllers\profilePageController.js" />
337-
<Content Include="Scripts\Controllers\regularEventCreationPageController.js" />
338337
<Content Include="Scripts\Controllers\usersPageController.js" />
338+
<Content Include="Scripts\Controllers\regularEventCreationPageController.js" />
339339
<Content Include="Scripts\Factories\authInterceptorService.js" />
340340
<Content Include="Scripts\Factories\tokenService.js" />
341341
<Content Include="Scripts\Lib\angular-animate.js" />

0 commit comments

Comments
 (0)