/angular-modular-modernizr

AngularJS based Modernizr service that let's you decide which checks to include.

Primary LanguageJavaScript

angular-modular-modernizr

AngularJS based Modernizr service that let's you decide which checks to include.

How to install

bower install angular-modular-modernizr

Reference the module in your app.

(function() {

  angular
    .module( 'someApp', [
      'angular.modularModernizr'
    ] );

})();

Release History

0.4.1

  • Added list of dependencies to bower.json.

0.4.0

  • Renamed Angular module to have a consistent pattern with my other modules.

0.3.2

  • Fixed code to add classes to the document for each supported feature.

0.3.1

  • Fixed supportsTouch in touch decorator.

0.3.0

  • Added code to add classes to the document for each supported feature.

0.2.0

  • Added decorator to test for touch support.

0.1.3

  • Fixed typo in module file.

0.1.2

  • Set module file as first file in main property of bower.json.

0.1.1

  • Added main property to bower.json.

0.1.0

  • Added basic Modernizr service as well as cssTransform and cssTransition decorators.