swimlane / angular1-systemjs-seed

AngularJS 1.x + SystemJS Seed
MIT License
211 stars 40 forks source link

Using ng-include #54

Open zeeshanjan82 opened 8 years ago

zeeshanjan82 commented 8 years ago

I have a question, how can I implement ng-include in this seed project. I have a pure html document and would like to integrate or display that document in my application as it is. I have tried using the same approach as we are using for the angular views through import but that does not work. Even I cannot just specify the path of the html document directly in the angular view.