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

dynamic routing doesn't work in electron #792

Open Silur opened 8 years ago

Silur commented 8 years ago

creating a new project with foundation new works great on firefox, chrome etc but in electron (with the electron browser pointing to gulp's build dir) only the default layout html is visible it won't pull in the partial template of the custom route (eg !#/ or !#/test). Switching to the default angular ngRoute instead of the foundation dynamic routing plugin "solves" the problem. screenshot from electron