Closed
Merge Request #893 · created by Ayush Jain


Lab ex


From labEx into Develop

Closed by Nikita Kulshreshtha

Changes were not merged into target branch

2 participants

400-SOURCECODE/AIAHTML5.Web/app/controllers/LabExercController.js
... ... @@ -454,7 +454,7 @@ function ($scope, $rootScope, pages, log, $http, $timeout, DataService, $filter,
454 454  
455 455 if ($scope.dragableId.split('-')[0] != 'block') {
456 456 $scope.draggableAttribute = $("#" + $scope.dragableId).attr("draggedattr");
457   - $("#" + $scope.dragableId).removeAttr("draggedattr");
  457 + // $("#" + $scope.dragableId).removeAttr("draggedattr");
458 458 }
459 459 else
460 460 {
... ...