zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Included panels don't work with closeActiveElements() #731

Open iansoper opened 8 years ago

iansoper commented 8 years ago

If you have a panel in a ng-inlclude with zf-closable attribute it will not be closed if you trigger closeActiveElements() function. I think it is because they are nested inside the ng-include directive.