Sorry to reply on an old post, but I was having the same issues that the paths inside a partial are relative to index.html not the partial location, so I created a module that allows that.
https://github.com/mohamedkomalo/angular-relative-paths-in-partial Thanks On Friday, February 22, 2013 4:09:41 PM UTC+2, icetbr wrote: > > Hi, I have something like > \index.html > \templ\page1.html > \templ\image1.jpg > > If I include page1.html inside index.html, and page1.html have <img > src="image1.jpg" />, it will not work. > > Thanks > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
