angular1-systemjs-seed
angular1-systemjs-seed copied to clipboard
Using ng-include
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.