This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
CB-9572 Get rid of Math.random() when making a request ID
Math.random() takes several seconds to work (at least on my Lumia 820)! That's why, when using AngularJS routing I experienced huge delays when loading partial views. This little change fixed that. This closes #86
- Loading branch information