akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.1k stars 191 forks source link

automatically prefixes hash links with a slash #84

Open httnn opened 9 years ago

httnn commented 9 years ago

I noticed that in a module with angular-deckgrid as a dependency, all hash links (e.g. <a href="#hash">Link</a>) got prefixed by a slash. so instead of getting example.com/page#hash, I got example.com/page/#/hash when clicking that link.