How to implement page nesting in the local IDE without configuring the server
<p ng-app="" ng-controller="studentController">
<p ng-include="'main.html'"></p>
<p ng-include="'subjects.html'"></p>
</p>
ng-include
It seems that the server must be configured to execute. How can it be executed without the server?
You can’t do this without service. You should write html and use ng-show to control display and hiding
http://stackoverflow.com/a/16...