修改报错BUG

This commit is contained in:
yuanke 2016-08-09 09:33:34 +08:00
parent 61ba668818
commit bd908af765
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
*/
app.controller('ClassListController', ['$scope', 'config', 'auth', '$http', '$location', 'alertService','rms','common'
app.controller('ClassListController', ['$scope', 'config', 'auth', '$http', '$location', 'alertService','rms','common',
function ($scope, config, auth, $http, $location, alertService,rms,common) {
common.checkLogin();