在没有配置服务器的情况下,如何在本地IDE实现页面嵌套呢
<p ng-app="" ng-controller="studentController"> <p ng-include="'main.html'"></p> <p ng-include="'subjects.html'"></p> </p>
ng-include貌似是必须配置服务器才能执行 怎么可以脱离服务器执行呢
ng-include
没有服务你这样是不行的 还是把html写上去 用ng-show来控制显示和隐藏
http://stackoverflow.com/a/16...
没有服务你这样是不行的 还是把html写上去 用ng-show来控制显示和隐藏
http://stackoverflow.com/a/16...