base
This commit is contained in:
parent
fbfb382d78
commit
5b34f498c9
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue