error when using ng-include in angularjs to access a text file

31 views Asked by At

folder structure

project -app -home files.html -uploads -akp.txt

I am trying in access abc.txt from files.html

files.html

<ng-include src="'../uploads/akp.txt'"></ng-include>

but I get an error as:

enter image description here

0

There are 0 answers