1 down vote favorite <http://stackoverflow.com/questions/41357652/javascript-context-menuwith-angularjs-table/41357791#>
I am creating a shift planner, here i've made a JS context menu and trying to display the shift via angular. On clicking on any table cell all the cells are getting updated is there any workaround for this? What am i doing wrong. Plunker link :http://plnkr.co/edit/ZAWXlTsY0Z7SPeEVRtTe` <ul ng-repeat="s in shifts"> <li ng-click="select(s)" >{{s.title}}</li> </ul> -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
