I am working on a project that uses AngularJS. For the CSS side of the ball, I'm relying on Zurb Foundation 5. For the most part, I have things working, with two exceptions: accordians and tabs.
Whenever I use these items, they initially render just fine. However, whenever I try to change tabs or panels, I get a JavaScript error. The error comes from foundation.min.js and says:
Uncaught TypeError: Cannot read property 'active_class' of undefined
How do I get this resolved so that I can use these two controls within the context of AngularJS?