How to detect browser using angularjs?
Like Eliran Malka asked, why do you need to check for IE 9? Detecting browser make and version is generally a bad smell. This generally means that you there is a bigger problem with the code if you need JavaScript to detect specific versions of browser. There are genuine cases where a feature won’t work, … Read more