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?
http://stackoverflow.com/a/31609423/5052704 Hope this helps. – Vipul Agarwal Aug 10 '15 at 13:47
http://stackoverflow.com/a/31609423/5052704 Hope this helps. – Vipul Agarwal Aug 10 '15 at 13:49