Im having a issue with hiding elements. Basically i want to set defaults for what elements are hidden/shown when the page is loaded.
Im hiding my elements via the ng-hide that is bound to a model that is set from the controller, and ng-repeated over in the view.
The checkbox is bound correctly, but the content in not hidden by default, you will have to click the checkbox twice for it to correctly hide the element.
Demo is found here: Plunker