angularjs - pass javascript object into the function -


I am adding some dynamic span elements to the divas container and inside the object obj function < Click on Code> selectOperator . But whenever I select the object object inside the operator, I am getting the undefined value.

Below is my code directive .

  var obj = $ operators [i]; // Operators list $ operators compatible .append ($ collection (' 


Comments