Ionic app can't have local img or html beside tabs?

I have some images and html for ng-directive templateUrl in my www/img folder or www/templates folder but it only works when it is run with -livereload.

In, html, I am just using it as

<img ng-src="img/test.png"/>

ā€“> it only works with --livereload.

Does it have to be somethng like

<img ng-src="http://www.myweb.com/resources/test.png"/>

for the use of beside -livereload?