2

I read on the Web that I should not do it with Angular, but I really want to do it anyway. So what is the best way with AngularJS?

2
  • 3
    use ng-view in parent and ng-include in child Commented Jun 7, 2013 at 17:55
  • 1
    It is also worth looking into ui-router Commented Jun 7, 2013 at 22:53

2 Answers 2

2

Use ng-view in parent and ng-include in child

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

Comments

2

angular ui.router allows you to have nested views AND parallel views. It's got some great documentation to get you started and a couple of the core AngJS devs have been participating in the issues section.

https://github.com/angular-ui/ui-router

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.