Hello again dear list readers, i'm playing around with Angular, and i have managed to scaffold something nifty around ui-router. However, i'm using ZURB Foundation as my CSS framework, and i'm facing a small issue which i'm sure some of you already know how to solve.
If you look at this ZURB Foundation documentation page about tabs: http://foundation.zurb.com/docs/components/tabs.html , then you see that links have to have their href property set to the target tab ID. However, if i do that, the ui-router takes over and redirects me to the root page, since no such route exists. So after playing around and thinking about it, i finally would like how you guys consider this kind of behavior in an app. What is a tab? Do you preload all the subviews as a whole or do you consider they should be lazy-loaded (That would be my guess for most uses)? How do you route those? Do you use a single controller for all your sub-tabs or do you use one controller for managing all subviews? Please, advise :) Thank you, Pierre. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
