Commit 7fc640fee3d227d2a0ca10aba1de06193db3a06a

Authored by Mukul Rajput
1 parent f06727c5

this is for 3dannotaion teb

400-SOURCECODE/AIAHTML5.Web/app/controllers/3dAController.js
... ... @@ -54,6 +54,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
54 54 }
55 55 $scope.IsVisible = function () {
56 56 //$scope.scroll();
  57 +
57 58 $location.url("/3dAnatomy");
58 59  
59 60 }
... ... @@ -146,7 +147,7 @@ function ($scope, $rootScope, pages, log, $http, DataService, $filter, $location
146 147 selector: '.threeDView',
147 148 theme: 'success',
148 149 currentController: '3dAController',
149   - parentSlug: '3dAnatomy',
  150 + parentSlug: '3d-anatomy-list',
150 151 content: '<div class="col-sm-12">' +
151 152 '<object data="' + $scope.Selected3DImagePath + '" width="100%" height="800px" type="image/svg+xml"></object>' +
152 153 '</div>',
... ...