Today I came across issues #3102<https://github.com/angular/angular.js/issues/3102> , #2805 <https://github.com/angular/angular.js/issues/2805> and #6129<https://github.com/angular/angular.js/pull/6129> which all are related to a problem I share with many others:
When html5mode=true, how can I internally link to resources on the local server without hacking with <base href="/path/to/self/">, (ab)using the "Otherwise"-Controller, adding target="_self" or prefixing internal links with its full server name. In #3102 there was rumor about a new directive named "ngAppRoute" which could solve these problems. But unfortunately I can't find any code containing this directive. -- 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.
