From 5a8de44c43542645c9e06492ce76f06caf76ba18 Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Mon, 20 Jun 2016 19:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=88=91=E7=9A=84=E7=8F=AD?= =?UTF-8?q?=E7=BA=A7=E6=8E=A7=E5=88=B6=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/wechat/myclass.html | 0 public/javascripts/wechat/controllers/myclass.js | 3 +++ public/javascripts/wechat/others/routes.js | 1 + 3 files changed, 4 insertions(+) create mode 100644 public/assets/wechat/myclass.html create mode 100644 public/javascripts/wechat/controllers/myclass.js 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' });