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...