javascript - ng-model inside ng-repeat checkbox multiple selection -


i need edit "group" of elements in table. select elements in table checkbox , after select try group want. problem edit when check button can't send liftsideid need edit , appears undefined. simplify , example put in comments.

http://plnkr.co/edit/vfwyrqorir0tqav6uyl7?p=preview

<button class="btn btn-outline btn-default" ng-click="updategroup(selectedgroup, myliftsite)" ng-hide="edit"> añadir al grupo</button> 

when click of button, need selectedgroup it's work ok , in "myliftsite" need id.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -