Any idea why this is happening?
I try to use
ng-include="'html_template'"
URL Result WITH ng-include
http://localhost/app/grid#/leave
URL Result WITHOUT ng-include
http://localhost/app/grid#leave
Notice that the forward slash "/" is added.