ember-cli-ie-check
v0.0.2
Published
Provides a simple service to check if the client browser is a version of IE
Downloads
4
Maintainers
Readme
ember-cli-ie-check
This ember-cli addon provide a service wrapping a simple function to check if the client browser is
The check function is from here https://gist.github.com/paulirish/357741
Installation
ember install:addon ember-cli-ie-check
Usage
The function isIE(version, comparison) is available on a service named ieCheck.
this.ieCheck.isIE(8, 'lte');