|
|
@ -31,6 +31,7 @@ app.config(['$routeProvider',"$httpProvider", "$locationProvider",'config', func
|
|
|
|
.when('/journal_for_message/:id', makeRoute('jour_message_detail.html', 'JournalsController'))
|
|
|
|
.when('/journal_for_message/:id', makeRoute('jour_message_detail.html', 'JournalsController'))
|
|
|
|
.when('/blog_comment/:id', makeRoute('blog_detail.html', 'BlogController'))
|
|
|
|
.when('/blog_comment/:id', makeRoute('blog_detail.html', 'BlogController'))
|
|
|
|
.when('/add_class', makeRoute('add_class.html', 'AddClassController'))
|
|
|
|
.when('/add_class', makeRoute('add_class.html', 'AddClassController'))
|
|
|
|
|
|
|
|
.when('/myclass', makeRoute('myclass.html', 'MyClassController'))
|
|
|
|
.otherwise({
|
|
|
|
.otherwise({
|
|
|
|
redirectTo: '/activites'
|
|
|
|
redirectTo: '/activites'
|
|
|
|
});
|
|
|
|
});
|
|
|
|