--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en.
Maybe I'm not seeing the whole issue, but in your own example, why even have the href attribute if it is null? Does removing the empty hrefs solve the problem?
The documentation in the angular.js explains it pretty well (pasted below). Removing the href (like link 5 in the previously posted example code) should work, which is just the ng-click, but not redirect. This all works fine with normal routing, however, it breaks for me when using html5Mode. I have found an ugly workaround by using href="javascript:;". However, the workaround is less than ideal. It seems like a bug, and I guess I'll submit it.
https://github.com/angular/angular.js/issues/1225
Doesn't look like it's gotten any attention yet, though.