Commit 8313a5d343e26bbae728aaaf53346223011ca0ae

Authored by Nikita Kulshreshtha
1 parent a36a5126

Refs: #7298

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -627,6 +627,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
627 627 $scope.layerNumber = 0;
628 628 $scope.skinTone = $rootScope.globalSetting.ethnicity;
629 629  
  630 + //viewOrientationId is to pic coordinates of view and void is to pic iamge name from resopective json
630 631 $rootScope.viewOrientationId = $rootScope.voId;
631 632 if ($rootScope.voId == 5) {
632 633 $rootScope.viewOrientationId = 1;
... ...