YangUI - quickfix operational list form
[dlux.git] / modules / yangui-resources / src / main / resources / yangui / controllers / api / list.controller.js
index 4780fff22a8e816e4b90de23b36cee09ff7b222e..42b00943eb65dcc9e5ccbe70ab076d0eb3ea6f37 100644 (file)
@@ -51,15 +51,10 @@ define([], function () {
             }
         };
 
-
         function toggleExpandedAugModal(){
             $scope.augModalView = !$scope.augModalView;
         }
 
-        $scope.$on('EV_DISABLE_ADDING_LIST_ELEMENT', function() {
-            $scope.init();
-        });
-
         function refreshListIndex() {
             $scope.currentDisplayIndex = 1;
         }