Commit 3ef56e11a78a701774dc1d9b53467a093fb2036f

Authored by Amrita Vishnoi
1 parent d9ad3603

3DAnatomy changes

400-SOURCECODE/AIAHTML5.API/Web.config
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 <add key="EnableSSL" value="false" /> 39 <add key="EnableSSL" value="false" />
40 <add key="Site_Url" value ="//52.2.38.120"/> 40 <add key="Site_Url" value ="//52.2.38.120"/>
41 <add key ="HostAddress" value="10.100.12.13" /> 41 <add key ="HostAddress" value="10.100.12.13" />
42 - <add key="isUserAuthenticated" value="false"/> 42 + <add key="isUserAuthenticated" value="true"/>
43 <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/> 43 <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/>
44 </appSettings> 44 </appSettings>
45 <system.web> 45 <system.web>
400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location, $document, $sce, $compile) { 2 function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location, $document, $sce, $compile) {
3 3
4 $rootScope.currentActiveModuleTitle = pages[5].name; 4 $rootScope.currentActiveModuleTitle = pages[5].name;
5 - $scope.showme = false; 5 + $scope.showTabButton = false;
6 $scope.threeDAnatomyData; 6 $scope.threeDAnatomyData;
7 $scope.Id; 7 $scope.Id;
8 $scope.$on('$viewContentLoaded', function (event) { 8 $scope.$on('$viewContentLoaded', function (event) {
400-SOURCECODE/AIAHTML5.Web/app/controllers/AODController.js
1 AIA.controller("AODController", ["$scope", "$rootScope", "pages", "$log","$location", 1 AIA.controller("AODController", ["$scope", "$rootScope", "pages", "$log","$location",
2 function ($scope, $rootScope, pages, log, $location) { 2 function ($scope, $rootScope, pages, log, $location) {
3 - //$scope.showme = true; 3 + //$scope.showTabButton = true;
4 //$scope.IsVisible = function () { 4 //$scope.IsVisible = function () {
5 // $scope.scroll(); 5 // $scope.scroll();
6 6
@@ -22,18 +22,18 @@ function ($scope, $rootScope, pages, log, $location) { @@ -22,18 +22,18 @@ function ($scope, $rootScope, pages, log, $location) {
22 // code that will be executed ... 22 // code that will be executed ...
23 // every time this view is loaded 23 // every time this view is loaded
24 24
25 - //get current path  
26 - var currentURL = $location.path();  
27 - var selectedModuleName = '';  
28 - //set module title  
29 - angular.forEach($rootScope.userModules, function (value, key) {  
30 - if (value.slug === currentURL.replace('/', '')) {  
31 - selectedModuleName = value.name;  
32 - }  
33 - $rootScope.currentActiveModuleTitle = selectedModuleName; 25 + //get current path
  26 + var currentURL = $location.path();
  27 + var selectedModuleName = '';
  28 + //set module title
  29 + angular.forEach($rootScope.userModules, function (value, key) {
  30 + if (value.slug === currentURL.replace('/', '')) {
  31 + selectedModuleName = value.name;
  32 + }
  33 + $rootScope.currentActiveModuleTitle = selectedModuleName;
34 }) 34 })
35 35
36 - $scope.showme = true; 36 + $scope.showTabButton = true;
37 $scope.IsVisible = function () { 37 $scope.IsVisible = function () {
38 $scope.scroll(); 38 $scope.scroll();
39 39
400-SOURCECODE/AIAHTML5.Web/app/controllers/AnatTestController.js
1 AIA.controller("AnatTestController", ["$scope", "$rootScope", "pages", "$log", "$location", 1 AIA.controller("AnatTestController", ["$scope", "$rootScope", "pages", "$log", "$location",
2 function ($scope, $rootScope, pages, log, $location) { 2 function ($scope, $rootScope, pages, log, $location) {
3 - $scope.showme = false; 3 + $scope.showTabButton = false;
4 $scope.IsVisible = function () { 4 $scope.IsVisible = function () {
5 $scope.scroll(); 5 $scope.scroll();
6 6
@@ -16,15 +16,15 @@ function ($scope, $rootScope, pages, log, $location) { @@ -16,15 +16,15 @@ function ($scope, $rootScope, pages, log, $location) {
16 // code that will be executed ... 16 // code that will be executed ...
17 // every time this view is loaded 17 // every time this view is loaded
18 18
19 - //get current path  
20 - var currentURL = $location.path();  
21 - var selectedModuleName = '';  
22 - //set module title  
23 - angular.forEach($rootScope.userModules, function (value, key) {  
24 - if (value.slug === currentURL.replace('/', '')) {  
25 - selectedModuleName = value.name;  
26 - }  
27 - $rootScope.currentActiveModuleTitle = selectedModuleName; 19 + //get current path
  20 + var currentURL = $location.path();
  21 + var selectedModuleName = '';
  22 + //set module title
  23 + angular.forEach($rootScope.userModules, function (value, key) {
  24 + if (value.slug === currentURL.replace('/', '')) {
  25 + selectedModuleName = value.name;
  26 + }
  27 + $rootScope.currentActiveModuleTitle = selectedModuleName;
28 }) 28 })
29 }) 29 })
30 30
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
1 AIA.controller("CAController", ["$scope", "$window", "$rootScope", "$compile", "$http", "$log", "$location", "$timeout", "pages", "BodyRegions", "BodySystems", "MedicalSpecialties", "DataService", 1 AIA.controller("CAController", ["$scope", "$window", "$rootScope", "$compile", "$http", "$log", "$location", "$timeout", "pages", "BodyRegions", "BodySystems", "MedicalSpecialties", "DataService",
2 function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout, pages, BodyRegions, BodySystems, MedicalSpecialties, DataService) { 2 function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout, pages, BodyRegions, BodySystems, MedicalSpecialties, DataService) {
3 // $rootScope.currentActiveModuleTitle = pages[4].name; 3 // $rootScope.currentActiveModuleTitle = pages[4].name;
4 - $scope.showme = true; 4 + $scope.showTabButton = true;
5 $scope.AnimationData; 5 $scope.AnimationData;
6 $scope.CAAllBodyRegion = []; 6 $scope.CAAllBodyRegion = [];
7 $scope.CAAllBodySystem = []; 7 $scope.CAAllBodySystem = [];
@@ -30,15 +30,15 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout @@ -30,15 +30,15 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout
30 // code that will be executed ... 30 // code that will be executed ...
31 // every time this view is loaded 31 // every time this view is loaded
32 32
33 - //get current path  
34 - var currentURL = $location.path();  
35 - var selectedModuleName = '';  
36 - //set module title  
37 - angular.forEach($rootScope.userModules, function (value, key) {  
38 - if (value.slug === currentURL.replace('/', '')) {  
39 - selectedModuleName = value.name;  
40 - }  
41 - $rootScope.currentActiveModuleTitle = selectedModuleName; 33 + //get current path
  34 + var currentURL = $location.path();
  35 + var selectedModuleName = '';
  36 + //set module title
  37 + angular.forEach($rootScope.userModules, function (value, key) {
  38 + if (value.slug === currentURL.replace('/', '')) {
  39 + selectedModuleName = value.name;
  40 + }
  41 + $rootScope.currentActiveModuleTitle = selectedModuleName;
42 }) 42 })
43 43
44 44
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
1 AIA.controller("CIController", ["$scope", "$window", "$rootScope", "$compile", "$http", "$log", "$location", "$timeout", "pages", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "MedicalSpecialties", "DataService", 1 AIA.controller("CIController", ["$scope", "$window", "$rootScope", "$compile", "$http", "$log", "$location", "$timeout", "pages", "BodyRegions", "BodySystems", "ViewOrientations", "ImageTypes", "MedicalSpecialties", "DataService",
2 function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout, pages, BodyRegions, BodySystems, ViewOrientations, ImageTypes, MedicalSpecialties, DataService) { 2 function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout, pages, BodyRegions, BodySystems, ViewOrientations, ImageTypes, MedicalSpecialties, DataService) {
3 // $rootScope.currentActiveModuleTitle = pages[3].name; 3 // $rootScope.currentActiveModuleTitle = pages[3].name;
4 - $scope.showme = true; 4 + $scope.showTabButton = true;
5 $scope.IllustrationData; 5 $scope.IllustrationData;
6 $scope.CIAllBodyRegion = []; 6 $scope.CIAllBodyRegion = [];
7 $scope.CIAllBodySystem = []; 7 $scope.CIAllBodySystem = [];
400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location) { 2 function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location) {
3 3
4 // $rootScope.currentActiveModuleTitle = pages[6].name; 4 // $rootScope.currentActiveModuleTitle = pages[6].name;
5 - $scope.showme = false; 5 + $scope.showTabButton = false;
6 $scope.listCurriculumBuilder = null; 6 $scope.listCurriculumBuilder = null;
7 $scope.dataPopup = null; 7 $scope.dataPopup = null;
8 $scope.countLeftlist; 8 $scope.countLeftlist;
400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
@@ -16,18 +16,18 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location @@ -16,18 +16,18 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
16 // code that will be executed ... 16 // code that will be executed ...
17 // every time this view is loaded 17 // every time this view is loaded
18 18
19 - //get current path  
20 - var currentURL = $location.path();  
21 - var selectedModuleName = '';  
22 - //set module title  
23 - angular.forEach($rootScope.userModules, function (value, key) {  
24 - if (value.slug === currentURL.replace('/', '')) {  
25 - selectedModuleName = value.name;  
26 - }  
27 - $rootScope.currentActiveModuleTitle = selectedModuleName; 19 + //get current path
  20 + var currentURL = $location.path();
  21 + var selectedModuleName = '';
  22 + //set module title
  23 + angular.forEach($rootScope.userModules, function (value, key) {
  24 + if (value.slug === currentURL.replace('/', '')) {
  25 + selectedModuleName = value.name;
  26 + }
  27 + $rootScope.currentActiveModuleTitle = selectedModuleName;
28 }) 28 })
29 29
30 - $scope.showme = false; 30 + $scope.showTabButton = false;
31 $rootScope.currentActiveModuleTitle = pages[8].name; 31 $rootScope.currentActiveModuleTitle = pages[8].name;
32 $scope.getLabExerciseModules(); 32 $scope.getLabExerciseModules();
33 33
@@ -43,7 +43,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location @@ -43,7 +43,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
43 43
44 }); 44 });
45 45
46 - // $scope.showme = false; 46 + // $scope.showTabButton = false;
47 $scope.IsVisible = function () { 47 $scope.IsVisible = function () {
48 // $scope.scroll(); 48 // $scope.scroll();
49 49
400-SOURCECODE/AIAHTML5.Web/app/controllers/LinkController.js
@@ -30,7 +30,7 @@ function ($scope, $rootScope, log, pages, $routeParams) { @@ -30,7 +30,7 @@ function ($scope, $rootScope, log, pages, $routeParams) {
30 } 30 }
31 }); 31 });
32 32
33 - $scope.showme = false; 33 + $scope.showTabButton = false;
34 $scope.IsVisible = function () { 34 $scope.IsVisible = function () {
35 $scope.scroll(); 35 $scope.scroll();
36 36