angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.57k stars 3.4k forks source link

md-button not working on IE9 #1111

Closed mauricionr closed 9 years ago

mauricionr commented 9 years ago

md-button animations and events not working on IE9

mdbuttonnotworkingie9

ferc commented 9 years ago

Readme: Please note that using Angular Material requires the use of Angular 1.3.x or higher. Angular Material is targeted for all browsers with versions n-1; where n is the current browser version.

The IE current version is 11, so Angular Material supports IE11 and IE10, not IE9.

mauricionr commented 9 years ago

Right @ferc ,but test md-button in IE10, only with double click it's work's.

tks in advance.

marcysutton commented 9 years ago

So is this issue occurring in IE10? Can you provide a Codepen or Plunker so we can verify? Thank you!

mauricionr commented 9 years ago

I'm trying to reproduce on codepen, because i've got this issue in my project. Tks in advance!