diff --git a/400-SOURCECODE/AIAHTML5.API/Web.config b/400-SOURCECODE/AIAHTML5.API/Web.config
index a3f2c58..c80ebf6 100644
--- a/400-SOURCECODE/AIAHTML5.API/Web.config
+++ b/400-SOURCECODE/AIAHTML5.API/Web.config
@@ -39,7 +39,7 @@
-
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
index cd32ef1..b6c6639 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
@@ -2,7 +2,7 @@
function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location, $document, $sce, $compile) {
$rootScope.currentActiveModuleTitle = pages[5].name;
- $scope.showme = false;
+ $scope.showTabButton = false;
$scope.threeDAnatomyData;
$scope.Id;
$scope.$on('$viewContentLoaded', function (event) {
@@ -54,6 +54,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
}
$scope.IsVisible = function () {
//$scope.scroll();
+
$location.url("/3dAnatomy");
}
@@ -146,7 +147,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
selector: '.threeDView',
theme: 'success',
currentController: '3dAController',
- parentSlug: '3dAnatomy',
+ parentSlug: '3d-anatomy-list',
content: '' +
'' +
'
',
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js
index 0d4bcde..cd347b2 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/ADAMImgController.js
@@ -1,6 +1,6 @@
AIA.controller("ADAMImgController", ["$scope", "$rootScope", "pages", "$log","$location",
function ($scope, $rootScope, pages, log, $location) {
- $scope.showme = true;
+ $scope.showTabButton = true;
$scope.IsVisible = function () {
$scope.scroll();
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js
index ddee674..720cff7 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js
@@ -1,6 +1,6 @@
AIA.controller("AODController", ["$scope", "$rootScope", "pages", "$log","$location",
function ($scope, $rootScope, pages, log, $location) {
- //$scope.showme = true;
+ //$scope.showTabButton = true;
//$scope.IsVisible = function () {
// $scope.scroll();
@@ -22,18 +22,18 @@ function ($scope, $rootScope, pages, log, $location) {
// code that will be executed ...
// every time this view is loaded
- //get current path
- var currentURL = $location.path();
- var selectedModuleName = '';
- //set module title
- angular.forEach($rootScope.userModules, function (value, key) {
- if (value.slug === currentURL.replace('/', '')) {
- selectedModuleName = value.name;
- }
- $rootScope.currentActiveModuleTitle = selectedModuleName;
+ //get current path
+ var currentURL = $location.path();
+ var selectedModuleName = '';
+ //set module title
+ angular.forEach($rootScope.userModules, function (value, key) {
+ if (value.slug === currentURL.replace('/', '')) {
+ selectedModuleName = value.name;
+ }
+ $rootScope.currentActiveModuleTitle = selectedModuleName;
})
- $scope.showme = true;
+ $scope.showTabButton = true;
$scope.IsVisible = function () {
$scope.scroll();
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js
index 3fe229a..f1fde94 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js
@@ -1,6 +1,6 @@
AIA.controller("AnatTestController", ["$scope", "$rootScope", "pages", "$log", "$location",
function ($scope, $rootScope, pages, log, $location) {
- $scope.showme = false;
+ $scope.showTabButton = false;
$scope.IsVisible = function () {
$scope.scroll();
@@ -16,15 +16,15 @@ function ($scope, $rootScope, pages, log, $location) {
// code that will be executed ...
// every time this view is loaded
- //get current path
- var currentURL = $location.path();
- var selectedModuleName = '';
- //set module title
- angular.forEach($rootScope.userModules, function (value, key) {
- if (value.slug === currentURL.replace('/', '')) {
- selectedModuleName = value.name;
- }
- $rootScope.currentActiveModuleTitle = selectedModuleName;
+ //get current path
+ var currentURL = $location.path();
+ var selectedModuleName = '';
+ //set module title
+ angular.forEach($rootScope.userModules, function (value, key) {
+ if (value.slug === currentURL.replace('/', '')) {
+ selectedModuleName = value.name;
+ }
+ $rootScope.currentActiveModuleTitle = selectedModuleName;
})
})
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
index 5e683e8..1deca09 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
@@ -1,7 +1,7 @@
AIA.controller("CAController", ["$scope", "$window", "$rootScope", "$compile", "$http", "$log", "$location", "$timeout", "pages", "BodyRegions", "BodySystems", "MedicalSpecialties", "DataService",
function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout, pages, BodyRegions, BodySystems, MedicalSpecialties, DataService) {
// $rootScope.currentActiveModuleTitle = pages[4].name;
- $scope.showme = true;
+ $scope.showTabButton = true;
$scope.AnimationData;
$scope.CAAllBodyRegion = [];
$scope.CAAllBodySystem = [];
@@ -30,15 +30,15 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
// code that will be executed ...
// every time this view is loaded
- //get current path
- var currentURL = $location.path();
- var selectedModuleName = '';
- //set module title
- angular.forEach($rootScope.userModules, function (value, key) {
- if (value.slug === currentURL.replace('/', '')) {
- selectedModuleName = value.name;
- }
- $rootScope.currentActiveModuleTitle = selectedModuleName;
+ //get current path
+ var currentURL = $location.path();
+ var selectedModuleName = '';
+ //set module title
+ angular.forEach($rootScope.userModules, function (value, key) {
+ if (value.slug === currentURL.replace('/', '')) {
+ selectedModuleName = value.name;
+ }
+ $rootScope.currentActiveModuleTitle = selectedModuleName;
})
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
index f73c972..fc6c35c 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
@@ -1,7 +1,7 @@
AIA.controller("CIController", ["$scope", "$window", "$rootScope", "$compile", "$http", "$log", "$location", "$timeout", "pages", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "MedicalSpecialties", "DataService",
function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout, pages, BodyRegions, BodySystems, ViewOrientations, ImageTypes, MedicalSpecialties, DataService) {
// $rootScope.currentActiveModuleTitle = pages[3].name;
- $scope.showme = true;
+ $scope.showTabButton = true;
$scope.IllustrationData;
$scope.CIAllBodyRegion = [];
$scope.CIAllBodySystem = [];
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
index 060cc24..5dc50cd 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
@@ -2,7 +2,7 @@
function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location) {
// $rootScope.currentActiveModuleTitle = pages[6].name;
- $scope.showme = false;
+ $scope.showTabButton = false;
$scope.listCurriculumBuilder = null;
$scope.dataPopup = null;
$scope.countLeftlist;
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 382901b..ad90e32 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -143,7 +143,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
$scope.isBodyRegionDataLoaded = false;
//currentTitleFromJson shows the current BodyView Title
$scope.currentTitleFromJson;
- $scope.showme = false;
+ $scope.showTabButton = false;
$scope.IsVisible = function () {
$scope.scroll();
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
index 6e2da7f..035f97e 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -16,18 +16,18 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
// code that will be executed ...
// every time this view is loaded
- //get current path
- var currentURL = $location.path();
- var selectedModuleName = '';
- //set module title
- angular.forEach($rootScope.userModules, function (value, key) {
- if (value.slug === currentURL.replace('/', '')) {
- selectedModuleName = value.name;
- }
- $rootScope.currentActiveModuleTitle = selectedModuleName;
+ //get current path
+ var currentURL = $location.path();
+ var selectedModuleName = '';
+ //set module title
+ angular.forEach($rootScope.userModules, function (value, key) {
+ if (value.slug === currentURL.replace('/', '')) {
+ selectedModuleName = value.name;
+ }
+ $rootScope.currentActiveModuleTitle = selectedModuleName;
})
- $scope.showme = false;
+ $scope.showTabButton = false;
$rootScope.currentActiveModuleTitle = pages[8].name;
$scope.getLabExerciseModules();
@@ -43,7 +43,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
});
- // $scope.showme = false;
+ // $scope.showTabButton = false;
$scope.IsVisible = function () {
// $scope.scroll();
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
index 0f5e848..f5f7def 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
@@ -30,7 +30,7 @@ function ($scope, $rootScope, log, pages, $routeParams) {
}
});
- $scope.showme = false;
+ $scope.showTabButton = false;
$scope.IsVisible = function () {
$scope.scroll();
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
index ae2be0c..b7e9667 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
+++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html
@@ -6,7 +6,7 @@