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

Utpal
  • 805
  • 4
  • 15
  • 44
  • Similar question: http://stackoverflow.com/questions/16291866/master-page-concept-in-angularjs Or use ui.router where you can have multiple `ui-view`s – calebboyd Jan 21 '14 at 14:21
  • I dont want to add multiple view I wan a common layout accross view. – Utpal Jan 21 '14 at 14:26

1 Answers1

1

You can include partials for your navigation with ng-include

Gecko
  • 1,333
  • 1
  • 14
  • 26