函数写错名称

This commit is contained in:
yuanke 2016-08-09 09:30:30 +08:00
parent 57f3aaa9e8
commit 61ba668818
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ app.controller('ActivityController',
['$anchorScroll', '$location','$scope', '$http', '$timeout', 'auth', 'rms', 'common','alertService',
function($anchorScroll, $location,$scope, $http, $timeout, auth, rms, common, alertService){
common.checklogin();
common.checkLogin();
$scope.replaceUrl = function(url){