0.0.2 • Published 8 years ago

ember-cli-ie-check v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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');