I'm trying to create a html fragement that should lateron serve as an image slider. So far it only contains a test div element:
slider.html:
<div>TEST</div>
I'm trying to include this in my index.html as follows:
<div ng-include src="slider.html"></div>
Result: I don't see the test div. Why?