diff --git a/public/assets/wechat/myclass.html b/public/assets/wechat/myclass.html new file mode 100644 index 000000000..e69de29bb diff --git a/public/javascripts/wechat/controllers/myclass.js b/public/javascripts/wechat/controllers/myclass.js new file mode 100644 index 000000000..f6cd77e17 --- /dev/null +++ b/public/javascripts/wechat/controllers/myclass.js @@ -0,0 +1,3 @@ +app.controller('MyClassController', ['$scope', function($scope){ + +}]); \ No newline at end of file diff --git a/public/javascripts/wechat/others/routes.js b/public/javascripts/wechat/others/routes.js index b4a4e4067..fdfd72492 100644 --- a/public/javascripts/wechat/others/routes.js +++ b/public/javascripts/wechat/others/routes.js @@ -31,6 +31,7 @@ app.config(['$routeProvider',"$httpProvider", "$locationProvider",'config', func .when('/journal_for_message/:id', makeRoute('jour_message_detail.html', 'JournalsController')) .when('/blog_comment/:id', makeRoute('blog_detail.html', 'BlogController')) .when('/add_class', makeRoute('add_class.html', 'AddClassController')) + .when('/myclass', makeRoute('myclass.html', 'MyClassController')) .otherwise({ redirectTo: '/activites' });