diff --git a/templates/js/controllers/homeController.js b/templates/js/controllers/homeController.js
index 98c95ca..009a4f5 100644
--- a/templates/js/controllers/homeController.js
+++ b/templates/js/controllers/homeController.js
@@ -65,4 +65,7 @@ angular.module('SeHub')
+
+ // animation
+ $scope.isEnterd = top.setIsEnterd;
}]);
\ No newline at end of file
diff --git a/templates/js/controllers/mainController.js b/templates/js/controllers/mainController.js
index 08b10d6..1f175ab 100644
--- a/templates/js/controllers/mainController.js
+++ b/templates/js/controllers/mainController.js
@@ -2,7 +2,7 @@ angular.module('SeHub')
.controller('mainController', ['$scope', '$rootScope', 'dataService','apiService', '$cookies', '$cookieStore', '$location', '$window',
function($scope, $rootScope, dataService, apiService, $cookies, $cookieStore, $location, $window) {
-
+ top.setIsEnterd = true;
var token = $cookies['com.sehub.www'];
$scope.loadingData = true;
@@ -81,6 +81,7 @@ angular.module('SeHub')
$scope.menuItems[i].style = "";
}
};
+ top.setIsEnterd = false;
$location.path(route);
}
diff --git a/templates/views/home.html b/templates/views/home.html
index a1b3d9b..7b2fc30 100644
--- a/templates/views/home.html
+++ b/templates/views/home.html
@@ -3,7 +3,7 @@
-
+