EVOLUTION-MANAGER
Edit File: directive.html
<h1>Directive components in <code>ngRoute</code></h1> <div class="component-breakdown"> <div> <table class="definition-table"> <tr> <th>Name</th> <th>Description</th> </tr> <tr> <td><a href="api/ngRoute/directive/ngView">ngView</a></td> <td><h1 id="overview">Overview</h1> <p><code>ngView</code> is a directive that complements the <a href="api/ngRoute/service/$route">$route</a> service by including the rendered template of the current route into the main layout (<code>index.html</code>) file. Every time the current route changes, the included view changes with it according to the configuration of the <code>$route</code> service.</p> </td> </tr> </table> </div> </div>