I tried updating the plunker with those files, but it is still erroring and I can't tell what the error is!
Here is a gist that simplifies what I'm trying to do. When a checkbox is checked true, then I want the other checkboxes in the list to disable. When the checked checkbox is unchecked, they should be enabled again. What is the best way to do this besides using a directive to query the dom and change styles, which is how my directive is attempting to do. Not sure how to call ng-show or ng-disabled from a directive for the other elements. The code in my directive is complaining that my element doesn't have a hasClass method for it. Not sure how to debug this... On Tuesday, January 21, 2014 12:43:17 AM UTC-5, Steve Lorimer wrote: > > I think you're missing some files in your plunker. (services & filters) >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
