|
|
|
@ -94,9 +94,7 @@ app.controller('ActivityController',function($anchorScroll, $location,$scope, $h
|
|
|
|
|
if(typeof has_more !== 'undefined'){
|
|
|
|
|
$scope.has_more = has_more;
|
|
|
|
|
}
|
|
|
|
|
if(typeof activities !== 'undefined'){
|
|
|
|
|
$scope.activities = activities;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var loadActData = function(page){
|
|
|
|
|