Project

General

Profile

Bug #8062

Updated by Alexis Mousset about 8 years ago

Looks like the generic methods are not available yet when loading the techniques: 

 <pre> 
 Error: invalid 'in' operand $scope.generic_methods 
 $scope.getMethodParameters@https://localhost:8181/ncf-builder/js/ncf.js:507:1 
 $scope.toTechUI/calls<@https://localhost:8181/ncf-builder/js/ncf.js:195:32 
 $scope.toTechUI@https://localhost:8181/ncf-builder/js/ncf.js:174:19 
 $scope.getTechniques/</<@https://localhost:8181/ncf-builder/js/ncf.js:236:27 
 .each@https://localhost:8181/ncf-builder/js/jquery-1.11.1.min.js:2:3025 
 $scope.getTechniques/<@https://localhost:8181/ncf-builder/js/ncf.js:235:9 
 k/g.success/<@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:80:385 
 f/<@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:112:20 
 Pe/this.$get</l.prototype.$eval@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:125:301 
 Pe/this.$get</l.prototype.$digest@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:122:390 
 Pe/this.$get</l.prototype.$apply@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:126:56 
 l@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:81:169 
 S@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:85:301 
 vf/</D.onload@https://localhost:8181/ncf-builder/js/angular-1.3.14.min.js:86:315 
 </pre> 

 Happened with 1 technique, fixed by reloading the page with F5.

Back