项目中AngularJS前端页面分解及组装

阅读更多

方式1:使用ng-include标签方式:

   index.html页面内容:

 




   simple app
   


  
    
    
    
center

   common_header.html:

 

  

header

  common_footer.html:

 

 

footer

 

 

方式2:使用ng-include标签方式:

   






   common_header.html:

 

  

header

    common_footer.html:

 

 

footer

 

angularJs 页面分解与组装:http://hudeyong926.iteye.com/blog/2111664

你可能感兴趣的:(angularjs,include)