|
|
@ -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){
|
|
|
|