0

I am building a site using AngularJS and Twitter Bootstrap. The site I am building have 10 pages and in each pages I want to used a reusable common layout for navigation bar.The concept is like master page in ASP.net or layout in MVC.But there is no such concept in AngularJS or HTML5. So how can I achieve that.Please provide links of some example.

Thanks and Regards

Utpal Maity

2
  • Similar question: stackoverflow.com/questions/16291866/… Or use ui.router where you can have multiple ui-views Commented Jan 21, 2014 at 14:21
  • I dont want to add multiple view I wan a common layout accross view. Commented Jan 21, 2014 at 14:26

1 Answer 1

1

You can include partials for your navigation with ng-include

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.