diff options
| author | Yoggzo <yogg@epsina.com> | 2016-02-04 23:54:00 +0100 |
|---|---|---|
| committer | Yoggzo <yogg@epsina.com> | 2016-02-04 23:54:00 +0100 |
| commit | ae8e5e7d1c1c4a15ab4d7bd5045b31556feb17de (patch) | |
| tree | 90352502aa1346f011348e692507239aaa7db2d7 /client/js/app.js | |
| parent | ab6e45d5e152518fd07c7bbce6f5eb2f42b30e07 (diff) | |
| parent | b39f5c1cd4631be3259b272e1f6cbe9b4915410b (diff) | |
Merge branch 'develop' into Evan
mise a jour de la branche
Diffstat (limited to 'client/js/app.js')
| -rw-r--r-- | client/js/app.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/js/app.js b/client/js/app.js index 7fedb32..0e9c423 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -1,16 +1,16 @@ // Declare main app -var mainApp=angular.module("mainApp",['ngRoute']); +var mainApp=angular.module("mainApp",['ngRoute', 'ngSanitize']); mainApp.config(['$routeProvider', function($routeProvider){ $routeProvider. when('/home',{ - templateUrl: 'partials/home.html', + templateUrl: 'partials/home/main.html', controller: 'homeCtrl' }). when('/network',{ - templateUrl: 'partials/network.html', + templateUrl: 'partials/network/main.html', controller: 'networkCtrl' }).otherwise({ redirectTo: '/home' |
