Open httnn opened 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.
<a href="#hash">Link</a>
example.com/page#hash
example.com/page/#/hash
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 gettingexample.com/page#hash
, I gotexample.com/page/#/hash
when clicking that link.