Patrick Liechty
Patrick Liechty
$routeSegment.contains use to return true when comparing a route. Now it is false. The chain is not present when checking.
I found a work around. In Angular 1.6, they add a ! in the hash. If you call hashPrevix('') it removes it. $locationProvider.hashPrefix(''); You can see the breaking change in...
Can you add say 3 rows on either side so they are already in the dom and ready to scroll?
I created a pull request to fix this. https://github.com/browserstate/history.js/pull/322
The function isTraditionalAnchor, what is a traditional anchor? There is no technical term for that. The function appears to be looking to see if it is a fully qualified url...
Also it is looking for crc32.js
Here is the jsfiddle link. The example creates links dynamically, deletes them and creates more. It cycles through 3 sets of links. You will notice in Firefox that the links...
We are on an older version. 0.5.2 The Module does not show up in the network tab.