Commit b83d55f0b9d3c4f6d84aa4c10cf94b52fc1c972c

Authored by Amrita Vishnoi
1 parent 335ea50b

Fix toggle button position in DA

400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -95,6 +95,11 @@ function ($scope, $rootScope, $compile, $http, $log, $location, BodyRegions, Bod @@ -95,6 +95,11 @@ function ($scope, $rootScope, $compile, $http, $log, $location, BodyRegions, Bod
95 $("html,body").scrollTop(0); 95 $("html,body").scrollTop(0);
96 } 96 }
97 97
  98 + $scope.openModule = function (moduleId) {
  99 +
  100 +
  101 +
  102 + }
98 103
99 $scope.ApplySearch = function (query) { 104 $scope.ApplySearch = function (query) {
100 105
400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html
@@ -342,6 +342,7 @@ @@ -342,6 +342,7 @@
342 <div class="clearfix"></div> 342 <div class="clearfix"></div>
343 </div> 343 </div>
344 </div> 344 </div>
  345 + <div class="clearfix"></div>
345 </div> 346 </div>
346 <div class="clearfix"></div> 347 <div class="clearfix"></div>
347 <!--to prevent transparency scale from closing on click anywhere outside set data-backdrop="static" data-keyboard="false" --> 348 <!--to prevent transparency scale from closing on click anywhere outside set data-backdrop="static" data-keyboard="false" -->