Commit b8e9af45959e951d10fab5d8c2561914b1602210

Authored by Amrita Vishnoi
1 parent f06727c5

issue resolved due to which we were unable to go list view

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