AngularJs Include Partial Template

前端 未结 2 1882
悲哀的现实
悲哀的现实 2020-12-04 21:26

I\'ve this in my main layout file


    
2条回答
  •  Happy的楠姐
    2020-12-04 21:35

    One way of including templates/html fragments from external files is to use the ng-include directive (doc).

    
    

    or

提交回复
热议问题