函数写错名称
This commit is contained in:
parent
57f3aaa9e8
commit
61ba668818
|
@ -3,7 +3,7 @@ app.controller('ActivityController',
|
||||||
['$anchorScroll', '$location','$scope', '$http', '$timeout', 'auth', 'rms', 'common','alertService',
|
['$anchorScroll', '$location','$scope', '$http', '$timeout', 'auth', 'rms', 'common','alertService',
|
||||||
function($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){
|
$scope.replaceUrl = function(url){
|
||||||
|
|
Loading…
Reference in New Issue