This commit is contained in:
guange 2016-06-07 17:23:56 +08:00
parent fbfb382d78
commit 5b34f498c9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ app.factory('rms', function(){
return {save: save, get: get};
});
app.controller('ActivityController',function($anchorScroll, $location,$scope, $http, auth, rms, common){
app.controller('ActivityController',function($anchorScroll, $location,$scope, $http, $timeout, auth, rms, common){
$scope.replaceUrl = function(url){
return url;
};