Hi, I am not sure how your project is designed. In single page applications, it is rare that layouts change at runtime. Hence, you can make dashboard and front end as two separate pages each having its own layout. They can be binded to the same ng-app. In java based web applications, I use sitemesh <http://wiki.sitemesh.org/wiki/display/sitemesh/Home> to apply layouts based on url patterns.
Hope this helps. Regards, Vaibhav Gupta On Thursday, 5 November 2015 07:21:51 UTC+5:30, Marcos Filho wrote: > > Hi, its possible in one project i use two layouts (bootstrap templates) to > create my front end and dashboard with two different layout in the same > project? or i need create two project one to front end and other to > dashboard ? > -- 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/d/optout.
