guange_dev
guange 9 years ago
parent fbfb382d78
commit 5b34f498c9

@ -67,7 +67,7 @@ app.factory('rms', function(){
return {save: save, get: get}; 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){ $scope.replaceUrl = function(url){
return url; return url;
}; };

Loading…
Cancel
Save