fixed icons display
[myslice.git] / plugins / testbeds / static / js / testbeds.js
index 1050f54..ba40d00 100644 (file)
                 $scope._testbed_active[facility] = new Object();
             $scope._testbed_active[facility][testbed] = value;
         };
+        
+        $scope.tolower = function(string) {
+            return string.toLowerCase(string);  
+        };
     
         /* Click event */