How to open a new ng-view inside ng-view?

Let’s learn how to open a new ng-view inside ng-view. The most accurate or helpful solution is served by Stack Overflow. If neither of the proposed solutions works for you, please see 8 additional links below.

There are two answers to this question.

Best solution

How use ng-view inside ng-view?

I have main ng-view, and controller with left\right side. The right side is fixed, but left side I want change by other templates and controllers. http://plnkr.co/edit/MTxmmZWRY7O0nH88qK3F <div ng-controller="MainCtrl as main"> Choose: <a href="Book/Moby">Moby</a> | <a href="Book/Moby/ch/1">Moby: Ch1</a> | <a href="Book/Gatsby">Gatsby</a> | <a href="Book/Gatsby/ch/4?key=value">Gatsby...

Answer:

I used a solution derived from here: http://www.bennadel.com/blog/2420-Mapping-AngularJS-Routes-Onto...

Read more

Mediator at Stack Overflow Mark as irrelevant Undo

Other solutions

How do I use a full page image background in AngularJS based web app?

This is what I am doing and want: I have several pages that are rendered using angular routes like: --home.html --about.html and so on All these pages reside in partials folder. The problem is that I want a separate full page background image for all...

Answer:

You can do this in the following manner: Apply a controller on the body level. Create classes to apply...

Read more

Abhiroop Patel at Quora Mark as irrelevant Undo

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.