Commit b8b21e2c4feb6c0ab7c8d85d18049438f66e9bf8

Authored by Amrita Vishnoi
2 parents b8e9af45 7fc640fe

Merge branch '3DAnatomyCode' of http://52.6.196.163/ADAM/AIAHTML5 into 3DAnatomyCode

400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
@@ -54,6 +54,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location @@ -54,6 +54,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
54 } 54 }
55 $scope.IsVisible = function () { 55 $scope.IsVisible = function () {
56 //$scope.scroll(); 56 //$scope.scroll();
  57 +
57 $location.url("/3dAnatomy"); 58 $location.url("/3dAnatomy");
58 59
59 } 60 }